GitHub

CommentConnection

import { CommentConnection } from '@daffodil/driver/shopify'

An auto-generated type for paginating through multiple Comments.

type CommentConnection = {
    __typename?: 'CommentConnection';
    edges: Array<CommentEdge>;
    nodes: Array<Comment>;
    pageInfo: PageInfo;
}