Compare commits

..

No commits in common. "d8c11875d4110946e7f337c7293ad69b060cb170" and "69d755ba32929946ebad28f81717341d0ae093c6" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -1774,7 +1774,6 @@ export type QueryGetShotsByIdsArgs = {
export type QueryGetShotsWithMetadataArgs = {
filterInput: FilterInput;
ids?: InputMaybe<Array<Scalars["Int"]["input"]>>;
limit?: Scalars["Int"]["input"];
shotsPagination?: InputMaybe<GetShotsPagination>;
};

View File

@ -11,7 +11,6 @@ type Query {
): [MakePercentageIntervalGQL!]!
getShotsWithMetadata(
filterInput: FilterInput!
ids: [Int!] = null
shotsPagination: GetShotsPagination = null
limit: Int! = 500
): GetShotsResult!