Skip to content

Commit

Permalink
Update mechanics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmac authored Oct 4, 2024
1 parent f7861e5 commit aa5152d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mechanics.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class GraphQlController
end
```

This process assures that composition always happens before deployment where failures can be detected. Hot reloading of the supergraph can also be accommodated by uploading the composed schema to a sync location (cloud storage, etc) that is polled by the application runtime. When the schema changes, load it into a new stitching client and swap that into the application.
This process assures that composition always happens before deployment where failures can be detected. Use CI to verify that the repo's supergraph output is always up to date. Hot reloading of the supergraph can also be accommodated by uploading the composed schema to a sync location (cloud storage, etc) that is polled by the application runtime. When the schema changes, load it into a new stitching client and swap that into the application.

### Field selection routing

Expand Down

0 comments on commit aa5152d

Please sign in to comment.