# MetaobjectField - storefront - OBJECT Version: 2025-01 ## Description Provides the value of a Metaobject field. ### Access Scopes `unauthenticated_read_metaobjects` access scope. ## Fields * [key](/docs/api/storefront/2025-01/scalars/String): String! - The field key. * [reference](/docs/api/storefront/2025-01/unions/MetafieldReference): MetafieldReference - A referenced object if the field type is a resource reference. * [type](/docs/api/storefront/2025-01/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/2025-01/scalars/String): String - The field value. ## Connections * [references](/docs/api/storefront/2025-01/connections/MetafieldReferenceConnection): MetafieldReferenceConnection ## Related queries ## Related mutations ## Related Unions ## Examples