Create video id filter gql
This commit is contained in:
@@ -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!
|
||||
|
Reference in New Issue
Block a user