GitHub

Comment

A comment on an article.

import { Comment } from '@daffodil/driver/shopify'
type Comment = Node & {
    __typename?: 'Comment';
    author: CommentAuthor;
    content: Scalars['String']['output'];
    contentHtml: Scalars['HTML']['output'];
    id: Scalars['ID']['output'];
}
Type Options
Comment Node & { __typename?: 'Comment'; author: CommentAuthor; content: Scalars['String']['output']; contentHtml: Scalars['HTML']['output']; id: Scalars['ID']['output']; }