ENUM
Uniqueness
The unique setting of a field.
link GraphQL Schema definition
- enum Uniqueness {
 - #   The value of the field is not required to be unique.
 - #   The value of the field must be unique, but only in the context of other values 
 - #   entered into this field specifically.
 - #   The field must be unique amongst all other fields of the same type.
 - }
 
    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.