MetafieldDefinitionTypes
Lists core metafield types and validations available for definitions.
View-Specific Information
Select
The connector processes all filters client-side within the connector. The following query is the only one processed server-side:
SELECT * FROM MetafieldDefinitionTypes
Columns
| Name | Type | References | Description |
| Name [KEY] | String | The name of the metafield definition type. | |
| Category | String | The category associated with the metafield definition type. | |
| SupportsDefinitionMigrations | Bool | Indicates whether metafields without a definition can be migrated to a definition of this type. | |
| SupportedValidations | String | The rules supported for this metafield type, such as minimum or maximum values, length limits, or format requirements. |