import { ShopifyMetaobjectConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple Metaobjects.
interface ShopifyMetaobjectConnection {
__typename: "MetaobjectConnection"
edges: ShopifyMetaobjectEdge[]
nodes: ShopifyMetaobject[]
pageInfo: ShopifyPageInfo
}
__typename "MetaobjectConnection" |
|---|
edges ShopifyMetaobjectEdge[] |
|---|
A list of edges. |
nodes ShopifyMetaobject[] |
|---|
A list of the nodes contained in MetaobjectEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |