MetaobjectDefinitions
Lists definitions for metaobjects, which are structured, reusable content modeled via metafields.
View-Specific Information
Select
The driver processes all filters client-side within the driver. The following query is the only one processed server-side:
SELECT * FROM MetaobjectDefinitions
Columns
| Name | Type | References | Description |
| ID [KEY] | String | A globally unique Id for the metaobject definition. | |
| Name | String | The human-readable name of the metaobject definition. | |
| MetaobjectsCount | Int | The number of metaobjects created for this definition. | |
| Type | String | The type of the metaobject definition, which also defines the namespace of associated metafields. | |
| Description | String | The administrative description of the metaobject definition. | |
| DisplayNameKey | String | The field key used as the display name for each metaobject. | |
| AccessAdmin | String | Access configuration for Admin API surface areas, including the GraphQL Admin API. | |
| AccessStorefront | String | Access configuration for Storefront API surface areas, including the GraphQL Storefront API and Liquid. | |
| CapabilitiesPublishableEnabled | Bool | Indicates whether the metaobject definition is publishable. | |
| CapabilitiesTranslatableEnabled | Bool | Indicates whether the metaobject definition is translatable. | |
| CapabilitiesOnlineStoreEnabled | Bool | Indicates whether the metaobject definition can be displayed as a page in the Online Store. | |
| CapabilitiesOnlineStoreDataCanCreateRedirects | Bool | Indicates whether sufficient redirects are available to support all published entries for this metaobject type in the Online Store. | |
| CapabilitiesOnlineStoreDataUrlHandle | String | The URL handle for accessing Online Store pages of this metaobject type. | |
| CapabilitiesRenderableEnabled | Bool | Indicates whether the metaobject definition is renderable and exposes search engine optimization (SEO) data. | |
| CapabilitiesRenderableDataMetaDescriptionKey | String | The field key used as the SEO page description when the metaobject definition is renderable. | |
| CapabilitiesRenderableDataMetaTitleKey | String | The field key used as the SEO page title when the metaobject definition is renderable. |