Create video id filter gql

This commit is contained in:
2024-03-08 13:23:01 -07:00
parent 47df3adce5
commit 1665cf1eb9
2 changed files with 18 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ input FilterInput {
cueBallSpeed: CueBallSpeedInput = null
intendedPocketType: IntendedPocketTypeInput = null
shotDirection: ShotDirectionInput = null
videoId: IdInput = null
}
input AndFilter {
@@ -206,6 +207,14 @@ input ShotDirectionInput {
value: EnumFilter!
}
input IdInput {
value: InListFilter!
}
input InListFilter {
inList: [ID!] = null
}
type BucketSetGQL {
keyName: String!
feature: String!