---
title: >-
  GraphQL Admin API: Support for metafield connections in online store objects -
  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/graphql-admin-api-support-for-metafield-connections-in-online-store-objects
  md: >-
    https://shopify.dev/changelog/graphql-admin-api-support-for-metafield-connections-in-online-store-objects.md
metadata:
  effectiveApiVersion: 2024-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2024-04-24T11:21:44-04:00'
  postedAt: '2024-04-29T09:00:00-04:00'
  updatedAt: '2024-04-24T13:02:45-04:00'
  effectiveAt: '2024-04-29T09:00:00-04:00'
---

April 29, 2024

Tags:

* Admin GraphQL API
* 2024-07

# GraphQL Admin API: Support for metafield connections in online store objects

As of version **2024-07** of the GraphQL Admin API, you can use the `Metafield` and `MetafieldDefinition` connections in the [`OnlineStoreArticle`](https://shopify.dev/docs/api/admin-graphql/2023-07/objects/OnlineStoreArticle), [`OnlineStoreBlog`](https://shopify.dev/docs/api/admin-graphql/2023-07/objects/OnlineStoreblog), and [`OnlineStorePage` ](https://shopify.dev/docs/api/admin-graphql/2023-07/objects/OnlineStorePage/)objects.

Previously, you could only do this using the REST API.
