Compare commits
2 Commits
dean/leade
...
4576b25dae
| Author | SHA1 | Date | |
|---|---|---|---|
| 4576b25dae | |||
| 6d9cb4126e |
@@ -3195,28 +3195,14 @@ export type QueryGetLiveTableStateArgs = {
|
||||
};
|
||||
|
||||
export type QueryGetLongestRunsLeaderboardArgs = {
|
||||
excludeDrills?: Scalars["Boolean"]["input"];
|
||||
gameType?: InputMaybe<Scalars["String"]["input"]>;
|
||||
interval?: InputMaybe<TimeInterval>;
|
||||
limit?: Scalars["Int"]["input"];
|
||||
pocketSizeMax?: InputMaybe<Scalars["Float"]["input"]>;
|
||||
pocketSizeMin?: InputMaybe<Scalars["Float"]["input"]>;
|
||||
rankedOnly?: Scalars["Boolean"]["input"];
|
||||
requiredTags?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
||||
tableSizeMax?: InputMaybe<Scalars["Float"]["input"]>;
|
||||
tableSizeMin?: InputMaybe<Scalars["Float"]["input"]>;
|
||||
when?: InputMaybe<Scalars["DateTime"]["input"]>;
|
||||
};
|
||||
|
||||
export type QueryGetMakesLeaderboardArgs = {
|
||||
excludeDrills?: Scalars["Boolean"]["input"];
|
||||
gameType?: InputMaybe<Scalars["String"]["input"]>;
|
||||
interval?: InputMaybe<TimeInterval>;
|
||||
pocketSizeMax?: InputMaybe<Scalars["Float"]["input"]>;
|
||||
pocketSizeMin?: InputMaybe<Scalars["Float"]["input"]>;
|
||||
rankedOnly?: Scalars["Boolean"]["input"];
|
||||
tableSizeMax?: InputMaybe<Scalars["Float"]["input"]>;
|
||||
tableSizeMin?: InputMaybe<Scalars["Float"]["input"]>;
|
||||
when?: InputMaybe<Scalars["DateTime"]["input"]>;
|
||||
};
|
||||
|
||||
|
||||
@@ -1005,13 +1005,6 @@ type Query {
|
||||
when: DateTime = null
|
||||
limit: Int! = 50
|
||||
requiredTags: [String!] = null
|
||||
gameType: String = null
|
||||
rankedOnly: Boolean! = false
|
||||
excludeDrills: Boolean! = true
|
||||
tableSizeMin: Float = null
|
||||
tableSizeMax: Float = null
|
||||
pocketSizeMin: Float = null
|
||||
pocketSizeMax: Float = null
|
||||
): RunLeaderboardGQL!
|
||||
getDrillRunLeaderboard(
|
||||
drillTag: String!
|
||||
@@ -1026,13 +1019,6 @@ type Query {
|
||||
getMakesLeaderboard(
|
||||
interval: TimeInterval = null
|
||||
when: DateTime = null
|
||||
gameType: String = null
|
||||
rankedOnly: Boolean! = false
|
||||
excludeDrills: Boolean! = true
|
||||
tableSizeMin: Float = null
|
||||
tableSizeMax: Float = null
|
||||
pocketSizeMin: Float = null
|
||||
pocketSizeMax: Float = null
|
||||
): CountLeaderboardGQL!
|
||||
getMedals(scope: MedalScope!, userId: Int = null): RequestedMedalsGQL!
|
||||
notifications(
|
||||
|
||||
Reference in New Issue
Block a user