-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document the request lifecycle (#3391)
This is an in depth documentation of the entire request lifecycle, indicating at which points plugins can be called, and the content of requests and responses --------- Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
- Loading branch information
1 parent
f8d3e09
commit 27a0e5a
Showing
2 changed files
with
269 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
### Document the request lifecycle ([PR #3391](https://github.com/apollographql/router/pull/3391)) | ||
|
||
This adds in-depth documentation of: | ||
- the entire request lifecycle | ||
- which services exist in the router | ||
- the request and response types they use | ||
- where plugins can attach themselves | ||
|
||
By [@Geal](https://github.com/Geal) [@Meschreiber](https://github.com/Meschreiber) in https://github.com/apollographql/router/pull/3391 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters