import { ShopifyCommentAuthor } from '@daffodil/driver/shopify'
The author of a comment.
interface ShopifyCommentAuthor {
__typename: "CommentAuthor"
email: string
name: string
}
__typename "CommentAuthor" |
|---|
email string |
|---|
The author's email. |
name string |
|---|
The author’s name. |