# MetaobjectHandleInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for retrieving a metaobject by handle. ### Access Scopes ## Fields * [handle](/docs/api/admin-graphql/2024-10/scalars/String): String! - The handle of the metaobject to create or update. * [type](/docs/api/admin-graphql/2024-10/scalars/String): String! - The type of the metaobject. Must match an existing metaobject definition type. ## Input objects with this input object * [metaobjectUpsert](/docs/api/admin-graphql/2024-10/mutations/metaobjectUpsert) * [QueryRoot](/docs/api/admin-graphql/2024-10/arguments/QueryRoot) * [metaobjectByHandle](/docs/api/admin-graphql/2024-10/queries/metaobjectByHandle) ## Examples