FetchMoreOptions$Query$getLiveLeaderboardByCycleForCurrentUserPaginated constructor
FetchMoreOptions$Query$getLiveLeaderboardByCycleForCurrentUserPaginated({
- required UpdateQuery updateQuery,
- required Variables$Query$getLiveLeaderboardByCycleForCurrentUserPaginated variables,
Implementation
FetchMoreOptions$Query$getLiveLeaderboardByCycleForCurrentUserPaginated({
required graphql.UpdateQuery updateQuery,
required Variables$Query$getLiveLeaderboardByCycleForCurrentUserPaginated
variables,
}) : super(
updateQuery: updateQuery,
variables: variables.toJson(),
document:
documentNodeQuerygetLiveLeaderboardByCycleForCurrentUserPaginated,
);