Skip to content

Commit 6f21595

Browse files
authored
Merge pull request #5503 from duffuniverse/fix-docs-link-in-changesets-overview-guide
Fix link to the GraphQL schema design docs in the Changesets Overview guide
2 parents fbe350f + 865664f commit 6f21595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/changesets/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ index: 0
1010
---
1111

1212

13-
Out-of-the-box, GraphQL is [versionless by design](https://graphql.org/learn/best-practices/#versioning). GraphQL's openness to extension paves the way for continuously expanding and improving an API. You can _always_ add new fields, new arguments, and new types to implement new features and customize existing behavior.
13+
Out-of-the-box, GraphQL is [versionless by design](https://graphql.org/learn/schema-design/). GraphQL's openness to extension paves the way for continuously expanding and improving an API. You can _always_ add new fields, new arguments, and new types to implement new features and customize existing behavior.
1414

1515
However, sometimes a business case may call for a different versioning scheme. [GraphQL-Enterprise](https://graphql.pro/enterprise)'s "Changesets" enable schemas to release _any_ change -- even breaking changes -- to clients, depending on what version of the schema they're using. With Changesets, you can redefine existing fields, define new types using old names, add or remove enum values -- anything, really -- while maintaining compatibility for existing clients.
1616

0 commit comments

Comments
 (0)