add serializedShotPaths to GetShots
All checks were successful
Tests / Tests (pull_request) Successful in 8s

This commit is contained in:
2024-09-16 11:55:30 -07:00
parent 3c6b37b567
commit a33601158f
2 changed files with 10 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ query GetShots(
}
}
}
serializedShotPaths {
b64EncodedBuffer
}
createdAt @include(if: $includeCreatedAt)
updatedAt @include(if: $includeUpdatedAt)
cueObjectFeatures @include(if: $includeCueObjectFeatures) {