--- title: ArticleAuthor - Storefront API description: The author of an article. api_version: 2024-10 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/objects/ArticleAuthor' md: 'https://shopify.dev/docs/api/storefront/2024-10/objects/ArticleAuthor.txt' --- # Article​Author object Requires `unauthenticated_read_content` access scope. The author of an article. ## Fields * bio [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The author's bio. * email [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The author’s email. * first​Name [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The author's first name. * last​Name [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The author's last name. * name [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The author's full name. *** ## Map ### Fields with this object * {}[Article.authorV2](https://shopify.dev/docs/api/storefront/2024-10/objects/Article#field-authorV2) * {}[Blog.authors](https://shopify.dev/docs/api/storefront/2024-10/objects/Blog#field-authors)