INPUT_OBJECT
CreateInventoryModelMutationInput
The input object that defines the fields for the createInventoryModel mutation.
link GraphQL Schema definition
- input CreateInventoryModelMutationInput {
- # Whether or not this is enabled.
- Boolean! :
- # The ID of a Manufacturer.
- Int64Bit! :
- # The ID of an InventoryModelCategory.
- Int64Bit! :
- # An icon.
- Icon! :
- # The actual model name/part number.
- String :
- # A descriptive name.
- String! :
- # The TCP port that the web interface of this type of device is available on.
- Int :
- # The protocol used to access the web interface.
- Protocol :
- # A generic inventory model does not have any fields, and is used for items that
- # you don't need to track individually (for example, a box of screws, or a spool
- # of cable.)
- Boolean! :
- # The type of inventory model.
- InventoryModelDeviceType :
- # Sets the default vendor to be used for purchasing this inventory model.
- Int64Bit :
- # A note about this entity.
- NoteMutationInput :
- # A list of file IDs to be associated with this object. These must first have been
- # uploaded to the /files endpoint and must be currently unassociated.
- AssociateFileMutationInput] : [
- }