--- title: StringConnection - GraphQL Admin description: An auto-generated type for paginating through multiple Strings. api_version: 2025-10 api_name: admin type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/connections/stringconnection md: https://shopify.dev/docs/api/admin-graphql/latest/connections/stringconnection.md --- # String​Connection connection An auto-generated type for paginating through multiple Strings. ## Fields with this connection * [Shop.customerTags](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-Shop.fields.customerTags) OBJECT Represents a collection of general settings and information about the shop. * [Shop.draftOrderTags](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-Shop.fields.draftOrderTags) OBJECT Represents a collection of general settings and information about the shop. * [Shop.orderTags](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-Shop.fields.orderTags) OBJECT Represents a collection of general settings and information about the shop. ### Deprecated fields with this connection * [Shop.productTags](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-Shop.fields.productTags) OBJECT Deprecated * [Shop.productTypes](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-Shop.fields.productTypes) OBJECT Deprecated * [Shop.productVendors](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-Shop.fields.productVendors) OBJECT Deprecated *** ## Queries with this connection * [product​Tags](https://shopify.dev/docs/api/admin-graphql/latest/queries/productTags) query A list of tags that have been added to products. The maximum page size is 5000. * [product​Types](https://shopify.dev/docs/api/admin-graphql/latest/queries/productTypes) query The list of types added to products. The maximum page size is 1000. * [product​Vendors](https://shopify.dev/docs/api/admin-graphql/latest/queries/productVendors) query The list of vendors added to products. The maximum page size is 1000. *** ## Possible returns * edges [\[String​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/StringEdge) non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * nodes [\[String!\]!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null A list of nodes that are contained in StringEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. * page​Info [Page​Info!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PageInfo) non-null An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. *** ## Map ### Fields with this connection * {}[Shop.customerTags](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-Shop.fields.customerTags) * {}[Shop.draftOrderTags](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-Shop.fields.draftOrderTags) * {}[Shop.orderTags](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-Shop.fields.orderTags) ### Queries with this connection * \[product​Tags](https://shopify.dev/docs/api/admin-graphql/latest/queries/productTags) * \[product​Types](https://shopify.dev/docs/api/admin-graphql/latest/queries/productTypes) * \[product​Vendors](https://shopify.dev/docs/api/admin-graphql/latest/queries/productVendors) ### Possible returns * <->[String​Connection.edges](https://shopify.dev/docs/api/admin-graphql/latest/connections/StringConnection#returns-edges) * <->[String​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/StringConnection#returns-nodes) * <->[String​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/latest/connections/StringConnection#returns-pageInfo)