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