import { ShopifyCollectionConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple Collections.
interface ShopifyCollectionConnection {
__typename: "CollectionConnection"
edges: ShopifyCollectionEdge[]
nodes: ShopifyCollection[]
pageInfo: ShopifyPageInfo
totalCount: Scalars['UnsignedInt64']['output']
}
__typename "CollectionConnection" |
|---|
edges ShopifyCollectionEdge[] |
|---|
A list of edges. |
nodes ShopifyCollection[] |
|---|
A list of the nodes contained in CollectionEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |
totalCount Scalars['UnsignedInt64']['output'] |
|---|
The total count of Collections. |