Home > @infiniteobjects/shopify-data-manager > AdminTypes > Mutation > metafieldStorefrontVisibilityCreate
Warning: This API is now obsolete.
This mutation will be removed in a future version. Use the
metafieldDefinitionCreate
ormetafieldDefinitionUpdate
mutations withaccess.storefront
set instead.
Creates a MetafieldStorefrontVisibility
record to make all metafields that belong to the specified resource and have the established namespace
and key
combination visible in the Storefront API.
Signature:
metafieldStorefrontVisibilityCreate?: Maybe<MetafieldStorefrontVisibilityCreatePayload>;