INPUT_OBJECT

CreateInvoiceTemplateMutationInput

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

link GraphQL Schema definition

  • input CreateInvoiceTemplateMutationInput {
  • # A descriptive name.
  • name: String!
  • # Whether or not this is enabled.
  • enabled: Boolean!
  • # IDs of `Companies`.
  • company_ids: [Int64Bit]
  • # IDs of `AccountType`s.
  • account_type_ids: [Int64Bit]
  • # The content of an Invoice Template which includes a remittance slip.
  • with_remittance: Clob
  • # The content of an Invoice Template which does not include a remittance slip.
  • without_remittance: Clob
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by