import { ShopifyArticleAuthor } from '@daffodil/driver/shopify'
The author of an article.
interface ShopifyArticleAuthor {
__typename: "ArticleAuthor"
bio: string
email: string
firstName: string
lastName: string
name: string
}
__typename "ArticleAuthor" |
|---|
bio string |
|---|
The author's bio. |
email string |
|---|
The author’s email. |
firstName string |
|---|
The author's first name. |
lastName string |
|---|
The author's last name. |
name string |
|---|
The author's full name. |