--- title: MetaobjectField - Storefront API description: Provides the value of a Metaobject field. api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2025-01/objects/MetaobjectField' md: 'https://shopify.dev/docs/api/storefront/2025-01/objects/MetaobjectField.md' --- # 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/2025-01/scalars/String) non-null The field key. * reference [Metafield​Reference](https://shopify.dev/docs/api/storefront/2025-01/unions/MetafieldReference) A referenced object if the field type is a resource reference. * references [Metafield​Reference​Connection](https://shopify.dev/docs/api/storefront/2025-01/connections/MetafieldReferenceConnection) A list of referenced objects if the field type is a resource reference list. * type [String!](https://shopify.dev/docs/api/storefront/2025-01/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/2025-01/scalars/String) The field value. *** ## Map ### Fields with this object * {}[Metaobject.field](https://shopify.dev/docs/api/storefront/2025-01/objects/Metaobject#field-Metaobject.fields.field) * {}[Metaobject.fields](https://shopify.dev/docs/api/storefront/2025-01/objects/Metaobject#field-Metaobject.fields.fields) * {}[MetaobjectSEO.description](https://shopify.dev/docs/api/storefront/2025-01/objects/MetaobjectSEO#field-MetaobjectSEO.fields.description) * {}[MetaobjectSEO.title](https://shopify.dev/docs/api/storefront/2025-01/objects/MetaobjectSEO#field-MetaobjectSEO.fields.title)