--- title: CommentAuthor - Storefront API description: The author of a comment. api_version: 2024-10 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/objects/CommentAuthor' md: 'https://shopify.dev/docs/api/storefront/2024-10/objects/CommentAuthor.txt' --- # Comment​Author object Requires `unauthenticated_read_content` access scope. The author of a comment. ## Fields * email [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The author's email. * name [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The author’s name. *** ## Map ### Fields with this object * {}[Comment.author](https://shopify.dev/docs/api/storefront/2024-10/objects/Comment#field-author)