INPUT_OBJECT

UpdateInventoryModelCategoryMutationInput

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

link GraphQL Schema definition

  • input UpdateInventoryModelCategoryMutationInput {
  • # 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
  • # Setting this value to `true` will set `general_ledger_code_id` to null.
  • unset_general_ledger_code_id: Boolean
  • }

link Require by