MetafieldDefinitionTypes
Lists supported metafield data types, including validation and display properties.
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 display name of the metafield definition type, identifying the kind of data it stores, such as text, integer, or boolean. | |
| Category | String | The data category associated with the metafield type, used to group related types under a broader classification. | |
| SupportsDefinitionMigrations | Bool | Indicates whether existing metafields without a defined schema can be migrated to a definition of this type. | |
| SupportedValidations | String | A list of validation rules supported by this metafield type, specifying allowable constraints such as value ranges, formats, or character limits. |