ENUM
InventoryModelFieldType
The type of an inventory model field.
link GraphQL Schema definition
- enum InventoryModelFieldType {
- #   Text.
- #   An integer.
- #   A number that can have a decimal place, but is not required to.
- #   MAC address.
- #   A PCRE regular expression is applied to this field to validate it.
- #   IMSI
- #   An authentication key used for LTE. Should only be used for specific LTE 
- #   integrations that require it.
- #   An OP/OPc value used for LTE. Should only be used for specific LTE integrations 
- #   that require it.
- }
link Require by
- CreateInventoryModelFieldMutationInputThe input object that defines the fields for the createInventoryModelField mutation.
- IntegrationFieldMappingAn entity which maps an inventory model field to a vendor specific integration field type (ie serial number)
- InventoryModelA type of item stored in inventory.
- InventoryModelFieldA field on an inventory model.
- InventoryModelFieldDataData contained within an inventory item field.
- Querynull
- UpdateInventoryModelFieldMutationInputThe input object that defines the fields for the updateInventoryModelField mutation.