# metaobjects - storefront - QUERY
Version: 2025-01

## Description
All active metaobjects for the shop.

### Access Scopes
`unauthenticated_read_metaobjects` access scope.


## Arguments
* [after](/docs/api/storefront/2025-01/scalars/String): String - Returns the elements that come after the specified cursor.
* [before](/docs/api/storefront/2025-01/scalars/String): String - Returns the elements that come before the specified cursor.
* [first](/docs/api/storefront/2025-01/scalars/Int): Int - Returns up to the first `n` elements from the list.
* [last](/docs/api/storefront/2025-01/scalars/Int): Int - Returns up to the last `n` elements from the list.
* [reverse](/docs/api/storefront/2025-01/scalars/Boolean): Boolean - Reverse the order of the underlying list.
* [sortKey](/docs/api/storefront/2025-01/scalars/String): String - The key of a field to sort with. Supports "id" and "updated_at".
* [type](/docs/api/storefront/2025-01/scalars/String): String! - The type of metaobject to retrieve.


## Returns
* [edges](/docs/api/storefront/2025-01/objects/MetaobjectEdge): MetaobjectEdge! A list of edges.
* [nodes](/docs/api/storefront/2025-01/objects/Metaobject): Metaobject! A list of the nodes contained in MetaobjectEdge.
* [pageInfo](/docs/api/storefront/2025-01/objects/PageInfo): PageInfo! Information to aid in pagination.


## Examples