Skip to content

Commit

Permalink
Merge pull request #423 from drewgg/patch-1
Browse files Browse the repository at this point in the history
Update TN0028-change-management.mdx
  • Loading branch information
StephenBarlow committed Jul 17, 2023
2 parents bfd051b + 94ea306 commit f318024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/technotes/TN0028-change-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ graph LR

Allowing teams to independently update the components they own is a key benefit of federation. However, understanding and de-risking changes to a component can be challenging, especially because changes might require cascading changes in other components. This is especially true for GraphQL schema definitions, which must be coordinated between subgraph services and the Router.

This document will cover the basic release steps that involvev changes to an existing [supergraph API](/federation/federated-types/overview). We will not go into depth on deploying changes to runtime code or the Router runtime configuration. Specifically, we'll examine two scenarios, both of which involve introducing changes to an existing federated API schema
This document will cover the basic release steps that involve changes to an existing [supergraph API](/federation/federated-types/overview). We will not go into depth on deploying changes to runtime code or the Router runtime configuration. Specifically, we'll examine two scenarios, both of which involve introducing changes to an existing federated API schema

- [Backward compatible subgraph schema changes](#backward-compatible-subgraph-schema-changes)
- [Backward _incompatible_ subgraph schema changes](#backward-incompatible-subgraph-schema-changes)
Expand Down

0 comments on commit f318024

Please sign in to comment.