INPUT_OBJECT
UpdateInvoiceAttachmentMutationInput
The input object that defines the fields for the updateInvoiceAttachment mutation.
link GraphQL Schema definition
- input UpdateInvoiceAttachmentMutationInput {
- # 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
- # Setting this value to `true` will set `start` to null.
- : Boolean
- # Setting this value to `true` will set `end` to null.
- : Boolean
- }