--- title: Comment - Storefront API description: A comment on an article. api_version: 2026-01 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/comment md: https://shopify.dev/docs/api/storefront/latest/objects/comment.md --- # Comment object Requires `unauthenticated_read_content` access scope. A comment on an article. ## Fields * author * content * contentHtml * id *** ## Map ### Fields and connections with this object * [Article.comments](https://shopify.dev/docs/api/storefront/latest/objects/Article#field-Article.fields.comments) * [CommentConnection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/CommentConnection#returns-nodes) * [CommentEdge.node](https://shopify.dev/docs/api/storefront/latest/objects/CommentEdge#field-CommentEdge.fields.node) *** ## Interfaces * Node *** ## Comment Implements ### Implements * [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node)