Skip to main content
Anchor to MetaobjectConnection

MetaobjectConnection

connection

An auto-generated type for paginating through multiple Metaobjects.

Anchor to Queries with this connectionQueries with this connection

•query

All active metaobjects for the shop.

Arguments

•String!
required

The type of metaobject to retrieve.

•String

The key of a field to sort with. Supports "id" and "updated_at".

•Int

Returns up to the first n elements from the list.

•String

Returns the elements that come after the specified cursor.

•Int

Returns up to the last n elements from the list.

•String

Returns the elements that come before the specified cursor.

•Boolean
Default:false

Reverse the order of the underlying list.



Was this section helpful?

•[MetaobjectEdge!]!
non-null

A list of edges.

•[Metaobject!]!
non-null

A list of the nodes contained in MetaobjectEdge.

•PageInfo!
non-null

Information to aid in pagination.


Was this section helpful?