Add spin type counts
This commit is contained in:
@@ -53,6 +53,14 @@ type TargetMetricsGQL {
|
||||
count: Int!
|
||||
makePercentage: Float
|
||||
averageDifficulty: Float
|
||||
spinTypeCounts: SpinTypeCountsGQL
|
||||
}
|
||||
|
||||
type SpinTypeCountsGQL {
|
||||
follow: Int!
|
||||
draw: Int!
|
||||
center: Int!
|
||||
unknown: Int!
|
||||
}
|
||||
|
||||
input AggregateInputGQL {
|
||||
|
Reference in New Issue
Block a user