INPUT_OBJECT

PaymentMethodDeleteMutationInput

Autogenerated input type of PaymentMethodDeleteMutation

link GraphQL Schema definition

  • input PaymentMethodDeleteMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the existing payment method.
  • id: ID!
  • }