GitHub

CommentAuthor

The author of a comment.

import { CommentAuthor } from '@daffodil/driver/shopify'
type CommentAuthor = {
    __typename?: 'CommentAuthor';
    email: Scalars['String']['output'];
    name: Scalars['String']['output'];
}
Type Options
CommentAuthor { __typename?: 'CommentAuthor'; email: Scalars['String']['output']; name: Scalars['String']['output']; }