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