stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectStorefrontAccess

AdminTypes.MetaobjectStorefrontAccess enum

Defines how the metaobjects of a definition can be accessed in Storefront API surface areas, including Liquid and the GraphQL Storefront API.

Signature:

export declare enum MetaobjectStorefrontAccess 

Enumeration Members

Member Value Description
None "NONE" Metaobjects are not accessible in any Storefront API surface area.
PublicRead "PUBLIC_READ" Metaobjects are accessible in the GraphQL Storefront API by any application with the unauthenticated_read_metaobjects access scope. Metaobjects are accessible in online store Liquid templates.