FetchMoreOptions$Query$getLiveLeaderboardByCycleForCurrentUserPaginated constructor

FetchMoreOptions$Query$getLiveLeaderboardByCycleForCurrentUserPaginated({
  1. required UpdateQuery updateQuery,
  2. 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,
      );