--- title: metaobjectByHandle - GraphQL Admin description: Retrieves a metaobject by handle. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/metaobjectbyhandle md: https://shopify.dev/docs/api/admin-graphql/latest/queries/metaobjectbyhandle.md --- # metaobject​By​Handle query Requires `read_metaobjects` access scope. Retrieves a metaobject by handle. ## Arguments * handle [Metaobject​Handle​Input!](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MetaobjectHandleInput) required The identifier of the metaobject to return. *** ## Possible returns * Metaobject [Metaobject](https://shopify.dev/docs/api/admin-graphql/latest/objects/Metaobject) Provides an object instance represented by a MetaobjectDefinition. *** ## Examples * ### metaobjectByHandle reference ## Query Reference ```graphql { metaobjectByHandle(handle) { # metaobjectByHandle fields } } ```