Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectStorefrontAccess
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
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. |