INPUT_OBJECT

UpdatePayPalCredentialInput

The input object that defines the fields for the updatePayPalCredential mutation.

link GraphQL Schema definition

  • input UpdatePayPalCredentialInput {
  • # The client ID for PayPal.
  • client_id: String
  • # The client secret for PayPal.
  • client_secret: String
  • # Whether or not this is enabled.
  • enabled: Boolean
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by