Create shot annotations gql
All checks were successful
Tests / Tests (pull_request) Successful in 8s
All checks were successful
Tests / Tests (pull_request) Successful in 8s
This commit is contained in:
@@ -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!
|
||||
|
Reference in New Issue
Block a user