--- title: StringConnection - Storefront API description: | An auto-generated type for paginating through multiple Strings. api_version: 2025-01 api_name: storefront type: connection api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2025-01/connections/StringConnection' md: >- https://shopify.dev/docs/api/storefront/2025-01/connections/StringConnection.md --- # String​Connection connection An auto-generated type for paginating through multiple Strings. ## Queries with this connection * [product​Tags](https://shopify.dev/docs/api/storefront/2025-01/queries/productTags) query Tags added to products. Additional access scope required: unauthenticated\_read\_product\_tags. * [product​Types](https://shopify.dev/docs/api/storefront/2025-01/queries/productTypes) query List of product types for the shop's products that are published to your app. *** ## Possible returns * edges [\[String​Edge!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/StringEdge) non-null A list of edges. * nodes [\[String!\]!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) non-null A list of the nodes contained in StringEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/2025-01/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Queries with this connection * \[product​Tags](https://shopify.dev/docs/api/storefront/2025-01/queries/productTags) * \[product​Types](https://shopify.dev/docs/api/storefront/2025-01/queries/productTypes) ### Possible returns * <->[String​Connection.edges](https://shopify.dev/docs/api/storefront/2025-01/connections/StringConnection#returns-edges) * <->[String​Connection.nodes](https://shopify.dev/docs/api/storefront/2025-01/connections/StringConnection#returns-nodes) * <->[String​Connection.pageInfo](https://shopify.dev/docs/api/storefront/2025-01/connections/StringConnection#returns-pageInfo)