--- title: MetaobjectFieldInput - GraphQL Admin description: The input fields for a metaobject field value. api_version: 2025-10 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/metaobjectfieldinput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/metaobjectfieldinput.md --- # Metaobject​Field​Input input\_object The input fields for a metaobject field value. ## Fields * key [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The key of the field. * value [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The value of the field. *** ## Input objects using this input * [Metaobject​Create​Input.fields](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MetaobjectCreateInput#fields-fields) INPUT OBJECT The input fields for creating a metaobject. * [Metaobject​Update​Input.fields](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MetaobjectUpdateInput#fields-fields) INPUT OBJECT The input fields for updating a metaobject. * [Metaobject​Upsert​Input.fields](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MetaobjectUpsertInput#fields-fields) INPUT OBJECT The input fields for upserting a metaobject. *** ## Map ### Input objects using this input * [Metaobject​Create​Input.fields](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MetaobjectCreateInput#fields-fields) * [Metaobject​Update​Input.fields](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MetaobjectUpdateInput#fields-fields) * [Metaobject​Upsert​Input.fields](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MetaobjectUpsertInput#fields-fields)