import { ShopifyCartDeliveryGroupConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple CartDeliveryGroups.
interface ShopifyCartDeliveryGroupConnection {
__typename: "CartDeliveryGroupConnection"
edges: ShopifyCartDeliveryGroupEdge[]
nodes: ShopifyCartDeliveryGroup[]
pageInfo: ShopifyPageInfo
}
__typename "CartDeliveryGroupConnection" |
|---|
edges ShopifyCartDeliveryGroupEdge[] |
|---|
A list of edges. |
nodes ShopifyCartDeliveryGroup[] |
|---|
A list of the nodes contained in CartDeliveryGroupEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |