FetchMoreOptions$Query$findOneByLeague constructor

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