--- title: MetaobjectField - Storefront API description: Provides the value of a Metaobject field. api_version: 2024-10 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/objects/MetaobjectField' md: 'https://shopify.dev/docs/api/storefront/2024-10/objects/MetaobjectField.txt' --- # Metaobject​Field object Requires `unauthenticated_read_metaobjects` access scope. Provides the value of a Metaobject field. ## Fields * key [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The field key. * reference [Metafield​Reference](https://shopify.dev/docs/api/storefront/2024-10/unions/MetafieldReference) A referenced object if the field type is a resource reference. * references [Metafield​Reference​Connection](https://shopify.dev/docs/api/storefront/2024-10/connections/MetafieldReferenceConnection) A list of referenced objects if the field type is a resource reference list. * type [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The type name of the field. See the list of [supported types](https://shopify.dev/apps/metafields/definitions/types). * value [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The field value. *** ## Map ### Fields with this object * {}[Metaobject.field](https://shopify.dev/docs/api/storefront/2024-10/objects/Metaobject#field-field) * {}[Metaobject.fields](https://shopify.dev/docs/api/storefront/2024-10/objects/Metaobject#field-fields) * {}[MetaobjectSEO.description](https://shopify.dev/docs/api/storefront/2024-10/objects/MetaobjectSEO#field-description) * {}[MetaobjectSEO.title](https://shopify.dev/docs/api/storefront/2024-10/objects/MetaobjectSEO#field-title)