INPUT_OBJECT

PaymentMethodCreateMutationInput

Autogenerated input type of PaymentMethodCreateMutation

link GraphQL Schema definition

  • input PaymentMethodCreateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Payment method attributes.
  • paymentMethodAttributes: PaymentMethodInput!
  • }