MetafieldDefinitionConstraintValues
Returns constraint subtype values that metafield definitions apply to.
View-Specific Information
Select
The driver uses the Shopify API to process WHERE clause conditions built with the following column and operators. The driver processes other filters client-side within the driver.
- DefinitionId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM MetafieldDefinitionConstraintValues WHERE DefinitionId = 'Val1'
Columns
| Name | Type | References | Description |
| DefinitionId | String | A globally-unique ID. | |
| Key | String | The category of resource subtypes that the definition applies to. | |
| Value | String | The specific constraint subtype values that the definition applies to. |