INPUT_OBJECT
The input object that defines the fields for the applyCreditToInvoice mutation.
input ApplyCreditToInvoiceMutationInput {# The amount to credit on the invoice.amount: Int}