GitHub

CommentAuthor

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

The author of a comment.

type CommentAuthor = {
    __typename?: 'CommentAuthor';
    email: Scalars['String']['output'];
    name: Scalars['String']['output'];
}