INPUT_OBJECT

UpdatePaymentMutationInput

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

link GraphQL Schema definition

  • input UpdatePaymentMutationInput {
  • # A descriptive name.
  • reference: String
  • # Setting this value to `true` will set `reference` to null.
  • unset_reference: Boolean
  • }

link Require by