lib/stigg/generated/operations.rb in stigg-api-client-1.11.1 vs lib/stigg/generated/operations.rb in stigg-api-client-1.12.0
- old
+ new
@@ -1353,9 +1353,18 @@
}
}
#{Fragment::SlimCustomerFragment}
GRAPHQL
+ DetachCustomerPaymentMethod = <<~GRAPHQL
+ mutation ($input: DetachCustomerPaymentMethodInput!) {
+ detachCustomerPaymentMethod(input: $input) {
+ ...SlimCustomerFragment
+ }
+ }
+ #{Fragment::SlimCustomerFragment}
+ GRAPHQL
+
GrantPromotionalEntitlements = <<~GRAPHQL
mutation (
$input: GrantPromotionalEntitlementsInput!
) {
grantPromotionalEntitlements(input: $input) {