GitHub

CommentEdge

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

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

type CommentEdge = {
    __typename?: 'CommentEdge';
    cursor: Scalars['String']['output'];
    node: Comment;
}