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