Add aggregation filter attributes

This commit is contained in:
2024-03-09 00:59:13 -07:00
parent 4ced3d39df
commit 19628736c1
2 changed files with 12 additions and 0 deletions

View File

@@ -198,6 +198,8 @@ input FilterInput {
cueBallSpeed: CueBallSpeedInput = null
intendedPocketType: IntendedPocketTypeInput = null
shotDirection: ShotDirectionInput = null
videoId: InListFilter = null
userId: InListFilter = null
}
input AndFilter {
@@ -241,6 +243,10 @@ input ShotDirectionInput {
value: EnumFilter!
}
input InListFilter {
inList: [Int!] = null
}
type BucketSetGQL {
keyName: String!
feature: String!