FetchMoreOptions$Query$getCountries constructor
FetchMoreOptions$Query$getCountries({
- required UpdateQuery updateQuery,
Implementation
FetchMoreOptions$Query$getCountries(
{required graphql.UpdateQuery updateQuery})
: super(
updateQuery: updateQuery,
document: documentNodeQuerygetCountries,
);