import { ShopifyCommentConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple Comments.
interface ShopifyCommentConnection {
__typename: "CommentConnection"
edges: ShopifyCommentEdge[]
nodes: ShopifyComment[]
pageInfo: ShopifyPageInfo
}
__typename "CommentConnection" |
|---|
edges ShopifyCommentEdge[] |
|---|
A list of edges. |
nodes ShopifyComment[] |
|---|
A list of the nodes contained in CommentEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |