FetchMoreOptions$Query$getPlayOffsByRound constructor

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