Add ids to GetShotsResult

This commit is contained in:
2024-09-26 21:47:44 -06:00
parent 33723f4ea2
commit 59fe332fe0
2 changed files with 2 additions and 0 deletions

View File

@@ -244,6 +244,7 @@ type MakePercentageIntervalGQL {
type GetShotsResult {
shots: [ShotGQL!]!
count: Int
ids: [Int!]!
}
type ShotGQL {