Add spin type counts

This commit is contained in:
2024-09-18 16:58:46 -06:00
parent 7b48a5b6e2
commit 647ef3049b
2 changed files with 17 additions and 0 deletions

View File

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