--- title: CommentConnection - Storefront API description: | An auto-generated type for paginating through multiple Comments. api_version: 2025-01 api_name: storefront type: connection api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2025-01/connections/CommentConnection md: >- https://shopify.dev/docs/api/storefront/2025-01/connections/CommentConnection.md --- # Comment​Connection connection An auto-generated type for paginating through multiple Comments. ## Fields with this connection * [Article.comments](https://shopify.dev/docs/api/storefront/2025-01/objects/Article#field-Article.fields.comments) OBJECT An article in an online store blog. *** ## Possible returns * edges [\[Comment​Edge!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/CommentEdge) non-null A list of edges. * nodes [\[Comment!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/Comment) non-null A list of the nodes contained in CommentEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/2025-01/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Fields with this connection * {}[Article.comments](https://shopify.dev/docs/api/storefront/2025-01/objects/Article#field-Article.fields.comments) ### Possible returns * <->[Comment​Connection.edges](https://shopify.dev/docs/api/storefront/2025-01/connections/CommentConnection#returns-edges) * <->[Comment​Connection.nodes](https://shopify.dev/docs/api/storefront/2025-01/connections/CommentConnection#returns-nodes) * <->[Comment​Connection.pageInfo](https://shopify.dev/docs/api/storefront/2025-01/connections/CommentConnection#returns-pageInfo)