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