import { ShopifyCartDeliveryGroupEdge } from '@daffodil/driver/shopify'
An auto-generated type which holds one CartDeliveryGroup and a cursor during pagination.
interface ShopifyCartDeliveryGroupEdge {
__typename: "CartDeliveryGroupEdge"
cursor: string
node: ShopifyCartDeliveryGroup
}
__typename "CartDeliveryGroupEdge" |
|---|
cursor string |
|---|
A cursor for use in pagination. |
node ShopifyCartDeliveryGroup |
|---|
The item at the end of CartDeliveryGroupEdge. |