Skip to content

Commit 4ece4cd

Browse files
epitaphmikeJakeDawkins
authored andcommitted
Update graphql-glossary.md (apollographql#207)
Updated 404 link for Schema Versioning Guide
1 parent 5dc1d46 commit 4ece4cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/resources/graphql-glossary.md

Lines changed: 2 additions & 2 deletions
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 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>
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://www.apollographql.com/docs/guides/versioning.html).</p>
325325

326326

327327
<h2 id="schema-stitching">Schema stitching</h2>
@@ -353,4 +353,4 @@ subscription onCommentAdded($repoFullName: String!){
353353

354354

355355
<h2 id="whole-response-caching">Whole response caching</h2>
356-
<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>
356+
<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>

0 commit comments

Comments
 (0)