Add limit parameter
This commit is contained in:
parent
4f78cd94ab
commit
f1ae2b62d6
@ -2364,6 +2364,7 @@ export type QueryGetFeedVideosArgs = {
|
||||
|
||||
export type QueryGetLongestRunsLeaderboardArgs = {
|
||||
interval?: InputMaybe<TimeInterval>;
|
||||
limit?: Scalars["Int"]["input"];
|
||||
requiredTags?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
||||
when?: InputMaybe<Scalars["DateTime"]["input"]>;
|
||||
};
|
||||
|
@ -74,6 +74,7 @@ type Query {
|
||||
getLongestRunsLeaderboard(
|
||||
interval: TimeInterval = null
|
||||
when: DateTime = null
|
||||
limit: Int! = 100
|
||||
requiredTags: [String!] = null
|
||||
): RunLeaderboardGQL!
|
||||
getMakesLeaderboard(
|
||||
|
Loading…
Reference in New Issue
Block a user