# Register Schema Changes Automatically with Schema Reporting

DevFeed: [Register Schema Changes Automatically with Schema Reporting](<https://devfeed.tech/articles/register-schema-changes-automatically-with-schema-reporting-23547.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/track-schema-changes-with-apollo-schema-reporting>)

Author: Ran Magen

Published: 2020-06-17T13:45:41Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [apollo-server](<https://devfeed.tech/topics/apollo-server.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [VS Code Extension](<https://devfeed.tech/topics/vscode-extension.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [extension](<https://devfeed.tech/tags/extension.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [schema](<https://devfeed.tech/tags/schema.md>)

## AI overview

Apollo introduces schema reporting for Graph Manager, allowing Apollo Server and other GraphQL servers to automatically register their schemas when they start. The feature helps teams keep registered schemas synchronized with production and supports schema history, development collaboration, continuous integration checks, and IDE autocomplete and timing information.

## Source excerpt

Apollo Graph Manager's schema registry powers a ton of features that help you explore, maintain, and monitor your data graph. These features are at their most powerful when the schema you register with Apollo stays up to date with the schema you run in production. To help teams keep their schemas synced, we're excited to announce a new Graph Manager feature called schema reporting.