stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectConnection

AdminTypes.MetaobjectConnection interface

An auto-generated type for paginating through multiple Metaobjects.

Signature:

export interface MetaobjectConnection 

Properties

Property Modifiers Type Description
edges   Array<MetaobjectEdge> A list of edges.
nodes   Array<Metaobject> A list of the nodes contained in MetaobjectEdge.
pageInfo   PageInfo Information to aid in pagination.