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