MetafieldDefinitionConstraintValues
Lists constraint subtype values supported by a metafield definition.
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 for the metafield definition. | |
| Key | String | The constraint key that specifies the category of resource subtypes the metafield definition supports. | |
| Value | String | The constraint value that defines the allowed subtype for the metafield definition. |