Add ids to GetShotsResult
This commit is contained in:
@@ -1509,6 +1509,7 @@ export type GetShotsPagination = {
|
||||
export type GetShotsResult = {
|
||||
__typename?: "GetShotsResult";
|
||||
count?: Maybe<Scalars["Int"]["output"]>;
|
||||
ids: Array<Scalars["Int"]["output"]>;
|
||||
shots: Array<ShotGql>;
|
||||
};
|
||||
|
||||
|
@@ -244,6 +244,7 @@ type MakePercentageIntervalGQL {
|
||||
type GetShotsResult {
|
||||
shots: [ShotGQL!]!
|
||||
count: Int
|
||||
ids: [Int!]!
|
||||
}
|
||||
|
||||
type ShotGQL {
|
||||
|
Reference in New Issue
Block a user