# MetaobjectUpsertInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields for upserting a metaobject. ### Access Scopes ## Fields * [capabilities](/docs/api/admin-graphql/2024-07/input-objects/MetaobjectCapabilityDataInput): MetaobjectCapabilityDataInput - Capabilities for the metaobject. * [fields](/docs/api/admin-graphql/2024-07/input-objects/MetaobjectFieldInput): MetaobjectFieldInput - Values for fields. These are mapped by key to fields of the metaobject definition. * [handle](/docs/api/admin-graphql/2024-07/scalars/String): String - The handle of the metaobject. ## Input objects with this input object * [metaobjectUpsert](/docs/api/admin-graphql/2024-07/mutations/metaobjectUpsert) ## Examples