INPUT_OBJECT

UpdateInvoiceMutationInput

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

link GraphQL Schema definition

  • input UpdateInvoiceMutationInput {
  • # If an invoice is frozen, payments will not be automatically applied to it, and
  • # it cannot be modified.
  • frozen: Boolean
  • # A custom message to print on the invoice.
  • message: String
  • # Setting this value to `true` will set `message` to null.
  • unset_message: Boolean
  • }

link Require by