INPUT_OBJECT
Inventory model field data information when updating inventory item fields.
input UpdateInventoryItemFieldMutationInput {# The ID of an `InventoryModelField`.inventory_model_field_id: Int64Bit!# The value.value: String# Unset the contents of this field.unset: Boolean}