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