Compare commits
2 Commits
69d755ba32
...
d8c11875d4
Author | SHA1 | Date | |
---|---|---|---|
d8c11875d4 | |||
bacd9e77f0 |
@ -1774,6 +1774,7 @@ export type QueryGetShotsByIdsArgs = {
|
||||
|
||||
export type QueryGetShotsWithMetadataArgs = {
|
||||
filterInput: FilterInput;
|
||||
ids?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
||||
limit?: Scalars["Int"]["input"];
|
||||
shotsPagination?: InputMaybe<GetShotsPagination>;
|
||||
};
|
||||
|
@ -11,6 +11,7 @@ type Query {
|
||||
): [MakePercentageIntervalGQL!]!
|
||||
getShotsWithMetadata(
|
||||
filterInput: FilterInput!
|
||||
ids: [Int!] = null
|
||||
shotsPagination: GetShotsPagination = null
|
||||
limit: Int! = 500
|
||||
): GetShotsResult!
|
||||
|
Loading…
Reference in New Issue
Block a user