INPUT_OBJECT
The input object that defines the fields for the updateDebit mutation.
input UpdateDebitMutationInput {# A description for the transaction.description: String# Setting this value to `true` will set `description` to null.unset_description: Boolean}