This commit is contained in:
@@ -54,6 +54,7 @@ type TargetMetricsGQL {
|
||||
makePercentage: Float
|
||||
averageDifficulty: Float
|
||||
spinTypeCounts: SpinTypeCountsGQL
|
||||
shotDirectionCounts: ShotDirectionCountsGQL
|
||||
}
|
||||
|
||||
type SpinTypeCountsGQL {
|
||||
@@ -63,6 +64,12 @@ type SpinTypeCountsGQL {
|
||||
unknown: Int!
|
||||
}
|
||||
|
||||
type ShotDirectionCountsGQL {
|
||||
left: Int!
|
||||
right: Int!
|
||||
straight: Int!
|
||||
}
|
||||
|
||||
input AggregateInputGQL {
|
||||
aggregations: [AggregationInput!]!
|
||||
filterInput: FilterInput
|
||||
|
Reference in New Issue
Block a user