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