--- title: API StringConnection includes nodes field - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/api-stringconnection-includes-nodes-field md: https://shopify.dev/changelog/api-stringconnection-includes-nodes-field.md --- [Back to Developer changelog](https://shopify.dev/changelog) October 14, 2024 Tags: * Admin GraphQL API * Storefront GraphQL API * 2024-10 # API `StringConnection` includes `nodes` field As of API version `2025-01`, you can access `StringConnection.nodes` field shorthand to retrieve an array of strings directly instead of via `edges`. This connection type is now consistent with other connection types in the schema. Learn more about `StringConnection` on [GraphQL Admin API](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/StringConnection) and [Storefront API](https://shopify.dev/docs/api/storefront/2025-01/connections/StringConnection).