Support InListFilter GQL

This commit is contained in:
2024-03-08 16:32:50 -07:00
parent 1665cf1eb9
commit be59f7a2c6
2 changed files with 6 additions and 12 deletions

View File

@@ -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 {