INPUT_OBJECT
CreateInventoryModelCategoryMutationInput
The input object that defines the fields for the createInventoryModelCategory mutation.
link GraphQL Schema definition
- input CreateInventoryModelCategoryMutationInput {
- # A descriptive name.
- : String!
- # An icon.
- : Icon!
- # The ID of a GeneralLedgerCode.
- : Int64Bit
- # A note about this entity.
- : NoteMutationInput
- }