# Apollo Platform Releases Schema Validation for GraphQL Teams

DevFeed: [Apollo Platform Releases Schema Validation for GraphQL Teams](<https://devfeed.tech/articles/move-fast-without-breaking-things-23461.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/move-fast-without-breaking-things-c7d3407ee8d6>)

Author: Evans Hauser

Published: 2019-04-16T21:56:00Z

Content type: release

Language: en

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

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API](<https://devfeed.tech/topics/api.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Agile](<https://devfeed.tech/topics/agile.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [build](<https://devfeed.tech/tags/build.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [github](<https://devfeed.tech/tags/github.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [release](<https://devfeed.tech/tags/release.md>), [schema](<https://devfeed.tech/tags/schema.md>), [validation](<https://devfeed.tech/tags/validation.md>)

## AI overview

Apollo announces the official release of schema validation for teams on the Apollo platform. The feature compares proposed GraphQL schema changes with production API traffic to identify breaking changes before deployment and integrates with CI/CD and GitHub pull request workflows.

## Source excerpt

As GraphQL usage increases in an organization, it's important for teams to practice agile schema development and iteratively evolve their schema over time. One of the most common concerns we hear from teams is that they want to move fast with GraphQL, but they also want to make sure that the changes they're making to their schema are safe to deploy to production. This is why we're excited to announce the official release of schema validation for teams on the Apollo platform!