# MetafieldStorefrontVisibilityInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to create a MetafieldStorefrontVisibility record. ### Access Scopes ## Fields * [key](/docs/api/admin-graphql/2024-10/scalars/String): String! - The key of a metafield to make visible in the Storefront API. * [namespace](/docs/api/admin-graphql/2024-10/scalars/String): String - The namespace of a metafield to make visible in the Storefront API. If omitted the app reserved namespace will be used. * [ownerType](/docs/api/admin-graphql/2024-10/enums/MetafieldOwnerType): MetafieldOwnerType! - The owner type of a metafield to make visible in the Storefront API. ## Input objects with this input object * [metafieldStorefrontVisibilityCreate](/docs/api/admin-graphql/2024-10/mutations/metafieldStorefrontVisibilityCreate) ## Examples