# MetaobjectField - storefront - OBJECT Version: 2024-10 ## Description Provides the value of a Metaobject field. ### Access Scopes `unauthenticated_read_metaobjects` access scope. ## Fields * [key](/docs/api/storefront/2024-10/scalars/String): String! - The field key. * [reference](/docs/api/storefront/2024-10/unions/MetafieldReference): MetafieldReference - A referenced object if the field type is a resource reference. * [type](/docs/api/storefront/2024-10/scalars/String): String! - The type name of the field. See the list of [supported types](https://shopify.dev/apps/metafields/definitions/types). * [value](/docs/api/storefront/2024-10/scalars/String): String - The field value. ## Connections * [references](/docs/api/storefront/2024-10/connections/MetafieldReferenceConnection): MetafieldReferenceConnection ## Related queries ## Related mutations ## Related Unions ## Examples