INPUT_OBJECT

CreateInvoiceMessageMutationInput

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

link GraphQL Schema definition

  • input CreateInvoiceMessageMutationInput {
  • # A descriptive name.
  • name: String!
  • # The message.
  • message: String!
  • # IDs of `AccountType`s.
  • account_type_ids: [Int64Bit]
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by