--- title: MetaobjectUpsertInput - GraphQL Admin description: The input fields for upserting a metaobject. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MetaobjectUpsertInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MetaobjectUpsertInput.txt --- # Metaobject​Upsert​Input input\_object The input fields for upserting a metaobject. ## Fields * capabilities [Metaobject​Capability​Data​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MetaobjectCapabilityDataInput) Capabilities for the metaobject. * fields [\[Metaobject​Field​Input!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MetaobjectFieldInput) Values for fields. These are mapped by key to fields of the metaobject definition. * handle [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The handle of the metaobject. *** ## Mutations using this input * [metaobject​Upsert.​metaobject](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/metaobjectUpsert#argument-metaobject) MUTATION *** ## Map ### Mutations using this input * <\~>[metaobject​Upsert.metaobject](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/metaobjectUpsert#argument-metaobject)