GitHub

CommentEdge

An auto-generated type which holds one Comment and a cursor during pagination.

import { CommentEdge } from '@daffodil/driver/shopify'
type CommentEdge = {
    __typename?: 'CommentEdge';
    cursor: Scalars['String']['output'];
    node: Comment;
}
Type Options
CommentEdge { __typename?: 'CommentEdge'; cursor: Scalars['String']['output']; node: Comment; }