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