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