MetaobjectDefinitions
Provides the definition of a generic object structure composed of 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 MetaobjectDefinitions
Columns
| Name | Type | References | Description |
| ID [KEY] | String | A globally-unique ID. | |
| Name | String | The human-readable name. | |
| MetaobjectsCount | Int | The count of metaobjects created for the definition. | |
| Type | String | The type of the object definition. Defines the namespace of associated metafields. | |
| Description | String | The administrative description. | |
| DisplayNameKey | String | The key of a field to reference as the display name for each object. | |
| AccessAdmin | String | Access configuration for the metaobject definition. Access configuration for Admin API surface areas, including the GraphQL Admin API. | |
| AccessStorefront | String | Access configuration for the metaobject definition. Access configuration for Storefront surface areas, including the GraphQL Storefront API and Liquid. | |
| CapabilitiesPublishableEnabled | Bool | The capabilities of the metaobject definition. Indicate whether a metaobject definition is publishable. Indicates if the capability is enabled. | |
| CapabilitiesTranslatableEnabled | Bool | The capabilities of the metaobject definition. Indicate whether a metaobject definition is translatable. Indicates if the capability is enabled. | |
| CapabilitiesOnlineStoreEnabled | Bool | The capabilities of the metaobject definition. Indicates whether a metaobject definition can be displayed as a page on the Online Store. Indicates if the capability is enabled. | |
| CapabilitiesOnlineStoreDataCanCreateRedirects | Bool | The capabilities of the metaobject definition. Indicates whether a metaobject definition can be displayed as a page on the Online Store. The data associated with the Online Store capability. Flag indicating if a sufficient number of redirects are available to redirect all published entries. | |
| CapabilitiesOnlineStoreDataUrlHandle | String | The capabilities of the metaobject definition. Indicates whether a metaobject definition can be displayed as a page on the Online Store. The data associated with the Online Store capability. The URL handle for accessing pages of this metaobject type in the Online Store. | |
| CapabilitiesRenderableEnabled | Bool | The capabilities of the metaobject definition. Indicate whether a metaobject definition is renderable and exposes SEO data. Indicates if the capability is enabled. | |
| CapabilitiesRenderableDataMetaDescriptionKey | String | The capabilities of the metaobject definition. Indicate whether a metaobject definition is renderable and exposes SEO data. The data associated with the renderable capability. The metaobject field used as an alias for the SEO page description. | |
| CapabilitiesRenderableDataMetaTitleKey | String | The capabilities of the metaobject definition. Indicate whether a metaobject definition is renderable and exposes SEO data. The data associated with the renderable capability. The metaobject field used as an alias for the SEO page title. |