Dummy query to get it working for now
All checks were successful
Tests / Tests (pull_request) Successful in 7s

This commit is contained in:
2024-08-26 15:54:43 -07:00
parent 172df69340
commit 41169e2848
2 changed files with 110 additions and 0 deletions

View File

@@ -52,6 +52,18 @@ query GetShots(
}
}
query GetSerializedShotPaths($filterInput: FilterInput!) {
getShots(filterInput: $filterInput) {
id
videoId
startFrame
endFrame
serializedShotPaths {
b64EncodedBuffer
}
}
}
query GetShotAnnotationTypes {
getShotAnnotationTypes {
id