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