Add ids to GetShotsResult
This commit is contained in:
@@ -244,6 +244,7 @@ type MakePercentageIntervalGQL {
|
||||
type GetShotsResult {
|
||||
shots: [ShotGQL!]!
|
||||
count: Int
|
||||
ids: [Int!]!
|
||||
}
|
||||
|
||||
type ShotGQL {
|
||||
|
Reference in New Issue
Block a user