Support InListFilter GQL
This commit is contained in:
@@ -163,7 +163,8 @@ input FilterInput {
|
||||
cueBallSpeed: CueBallSpeedInput = null
|
||||
intendedPocketType: IntendedPocketTypeInput = null
|
||||
shotDirection: ShotDirectionInput = null
|
||||
videoId: IdInput = null
|
||||
videoId: InListFilter = null
|
||||
userId: InListFilter = null
|
||||
}
|
||||
|
||||
input AndFilter {
|
||||
@@ -207,12 +208,8 @@ input ShotDirectionInput {
|
||||
value: EnumFilter!
|
||||
}
|
||||
|
||||
input IdInput {
|
||||
value: InListFilter!
|
||||
}
|
||||
|
||||
input InListFilter {
|
||||
inList: [ID!] = null
|
||||
inList: [Int!] = null
|
||||
}
|
||||
|
||||
type BucketSetGQL {
|
||||
|
Reference in New Issue
Block a user