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