INPUT_OBJECT
UpdateInventoryModelCategoryMutationInput
The input object that defines the fields for the updateInventoryModelCategory mutation.
link GraphQL Schema definition
- input UpdateInventoryModelCategoryMutationInput {
- # A descriptive name.
- String :
- # An icon.
- Icon :
- # The ID of a GeneralLedgerCode.
- Int64Bit :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `general_ledger_code_id` to null.
- Boolean :
- }