Skip to content

Commit 50315ac

Browse files
unicodeveloperpeggyrayzis
authored andcommitted
Complete schema versioning workflow
1 parent 7e246ad commit 50315ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/resources/graphql-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ type Query {
321321

322322

323323
<h2 id="schema-versioning">Schema versioning</h2>
324-
<p>Refers to the ability to have different versions of your Schema. This allows for reversible changes to be made to the Schema. The Apollo CLI is a tool that provides and manages Schema versioning with Engine.</p>
324+
<p>Refers to the need to evolve a schema over time. As a schema evolves, there is a potential for introducing breaking changes to clients. The Apollo CLI assists schema evolution by validating schema changes and checking for breaking changes using Apollo Engine. Read more in the [versioning guide](https://github.com/apollographql/apollo/guides/versioning.html).</p>
325325

326326

327327
<h2 id="schema-stitching">Schema stitching</h2>

0 commit comments

Comments
 (0)