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