Update graphql-glossary.md (#207)

Updated 404 link for Schema Versioning Guide
This commit is contained in:
Michael Sharer
2018-09-04 09:46:11 -04:00
committed by Jake Dawkins
parent 5dc1d46393
commit 4ece4cd3a4

View File

@@ -321,7 +321,7 @@ type Query {
<h2 id="schema-versioning">Schema versioning</h2>
<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>
<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://www.apollographql.com/docs/guides/versioning.html).</p>
<h2 id="schema-stitching">Schema stitching</h2>
@@ -353,4 +353,4 @@ subscription onCommentAdded($repoFullName: String!){
<h2 id="whole-response-caching">Whole response caching</h2>
<p>A technique used to cache entire results of GraphQL queries. This process improves performance by preventing the fetching of the same results from the server if it has been obtained before. Check out the [Apollo performance guide](../guides/performance.html).</p>
<p>A technique used to cache entire results of GraphQL queries. This process improves performance by preventing the fetching of the same results from the server if it has been obtained before. Check out the [Apollo performance guide](../guides/performance.html).</p>