add resolution to getShots operation
All checks were successful
Tests / Tests (pull_request) Successful in 9s

This commit is contained in:
2024-08-23 17:29:40 -07:00
parent 41c9701e18
commit 172df69340
2 changed files with 27 additions and 0 deletions

View File

@@ -27,6 +27,14 @@ query GetShots(
id
}
falsePositiveScore
video {
stream {
resolution {
width
height
}
}
}
createdAt @include(if: $includeCreatedAt)
updatedAt @include(if: $includeUpdatedAt)
cueObjectFeatures @include(if: $includeCueObjectFeatures) {