INPUT_OBJECT

CreateInvoiceAttachmentMutationInput

The input object that defines the fields for the createInvoiceAttachment mutation.

link GraphQL Schema definition

  • input CreateInvoiceAttachmentMutationInput {
  • # A descriptive name.
  • name: String!
  • # The date to start attaching this PDF to invoices.
  • start: Date
  • # The date to stop attaching this PDF to invoices.
  • end: Date
  • # A note about this entity.
  • note: NoteMutationInput
  • # A single file to associate with this object. Any existing file will be
  • # overwritten.
  • file: AssociateFileMutationInput
  • }

link Require by