INPUT_OBJECT
CreateInvoiceAttachmentMutationInput
The input object that defines the fields for the createInvoiceAttachment mutation.
link GraphQL Schema definition
- input CreateInvoiceAttachmentMutationInput {
- # A descriptive name.
- String! :
- # The date to start attaching this PDF to invoices.
- Date :
- # The date to stop attaching this PDF to invoices.
- Date :
- # A note about this entity.
- NoteMutationInput :
- # A single file to associate with this object. Any existing file will be
- # overwritten.
- AssociateFileMutationInput :
- }