MetafieldStorefrontVisibility object
Represents an allowlist record that enables a metafield to be visible to the storefront.
On this page
- Fields
- Types that return MetafieldStorefrontVisibility
- Mutations for MetafieldStorefrontVisibility
- Implements
- Samples
Fields
- createdAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date and time when the allowlist record was created. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - key (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Key of a metafield in the visibility allowlist. - legacyResourceId (
[UnsignedInt64!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#unsignedint64-2021-01)
)
The ID of the corresponding resource in the REST Admin API. - namespace (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Namespace of a metafield in the visibility allowlist. - ownerType (
[MetafieldOwnerType!](https://shopify.dev/docs/admin-api/graphql/reference/metafields/metafieldownertype)
)
Owner type of a metafield in the visibility allowlist. - updatedAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date and time when the allowlist record was updated.
Types that return MetafieldStorefrontVisibility
[QueryRoot.metafieldStorefrontVisibilities](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#metafieldstorefrontvisibilities-2021-01)
[QueryRoot.metafieldStorefrontVisibility](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#metafieldstorefrontvisibility-2021-01)
Mutations for MetafieldStorefrontVisibility
- metafieldStorefrontVisibilityCreate
Makes a Metafield with a specific namespace and key visible to the storefront API. - metafieldStorefrontVisibilityDelete
Deletes a Metafield Storefront Visibility.
Implements
[LegacyInteroperability](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/legacyinteroperability)
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)