--- title: GraphQL Admin ID added to webhooks - 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-id-added-to-webhooks md: https://shopify.dev/changelog/graphql-admin-id-added-to-webhooks.md --- [Back to Developer changelog](https://shopify.dev/changelog) July 1, 2019 Tags: * Action Required * API # GraphQL Admin ID added to webhooks We've added the `admin_graphql_api_id` property to webhook payloads for many resources to improve the interoperability between our [Admin GraphQL API](https://shopify.dev/docs/admin-api/graphql/reference) and the [Admin REST API](https://shopify.dev/docs/admin-api/rest/reference). In addition to webhook payloads returning the `id` property, they'll also return the `admin_graphql_api_id`. This is a breaking change for apps that use a version of the shopify\_app gem before than 10.0.0 and Rails versions before 5.2.1.1. If you don't use Rails, then this breaking change is not applicable to your application. For more information, see the [shopify\_app gem changelog](https://github.com/Shopify/shopify_app/blob/09abee73ec1067703e1c03e8b7421a3d478531a6/CHANGELOG.md#1000) on GitHub.