INPUT_OBJECT

UpdateDebitMutationInput

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

link GraphQL Schema definition

  • input UpdateDebitMutationInput {
  • # A description for the transaction.
  • description: String
  • # Setting this value to `true` will set `description` to null.
  • unset_description: Boolean
  • }

link Require by