import { ShopifyProductConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple Products.
interface ShopifyProductConnection {
__typename: "ProductConnection"
edges: ShopifyProductEdge[]
filters: ShopifyFilter[]
nodes: ShopifyProduct[]
pageInfo: ShopifyPageInfo
}
__typename "ProductConnection" |
|---|
edges ShopifyProductEdge[] |
|---|
A list of edges. |
filters ShopifyFilter[] |
|---|
A list of available filters. |
nodes ShopifyProduct[] |
|---|
A list of the nodes contained in ProductEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |