INPUT_OBJECT
CreateInvoiceMutationInput
The input object that defines the fields for the createInvoice mutation.
link GraphQL Schema definition
- input CreateInvoiceMutationInput {
- # A list of `Debit` IDs to be used to create the invoice. They must not be
- # currently associated with an invoice.
- : [Int64Bit]!
- # The invoice date and start of the service period.
- : Date!
- # A custom message to print on the invoice.
- : Text
- # The date this invoice is due by.
- : Date
- }