INPUT_OBJECT

CreateInventoryModelCategoryMutationInput

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

link GraphQL Schema definition

  • input CreateInventoryModelCategoryMutationInput {
  • # A descriptive name.
  • name: String!
  • # An icon.
  • icon: Icon!
  • # The ID of a GeneralLedgerCode.
  • general_ledger_code_id: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by