---
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'
metadata:
  effectiveApiVersion: 2024-10
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
    - displayName: Storefront GraphQL API
      handle: storefront-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2024-09-13T11:14:05-04:00'
  postedAt: '2024-10-14T17:00:00-04:00'
  updatedAt: '2024-10-10T13:21:07-04:00'
  effectiveAt: '2024-10-14T17:00:00-04:00'
---

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).
