Create shot annotations gql
All checks were successful
Tests / Tests (pull_request) Successful in 8s

This commit is contained in:
2024-07-08 10:56:05 -06:00
parent efc0b2d858
commit 6a72f9f43f
2 changed files with 48 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ input FilterInput @oneOf {
userId: [Int!]
make: [Boolean!]
tags: [VideoTagInput!]
annotations: [ShotAnnotationInput!]
isStraight: [Boolean!]
isRight: [Boolean!]
isLeft: [Boolean!]
@@ -108,6 +109,10 @@ input VideoTagClassInput {
name: String!
}
input ShotAnnotationInput {
name: String!
}
type BucketSetGQL {
keyName: String!
feature: String!