MetafieldDefinitionTypes
Returns metafield definition types which provide the basic foundation and validations for metafields.
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 type for the metafield definition. | |
| Category | String | The category associated with the metafield definition type. | |
| SupportsDefinitionMigrations | Bool | Whether metafields without a definition can be migrated to a definition of this type. | |
| SupportedValidations | String | The supported validations for a metafield definition type. |