GitHub

ShopifyCommentAuthor

interface

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

The author of a comment.

interface ShopifyCommentAuthor {
  __typename: "CommentAuthor"
  email: string
  name: string
}

Properties

__typename
"CommentAuthor"
email
string

The author's email.

name
string

The author’s name.