Commit 5704146
authored
Include the compatible graphql version to incremental delivery docs (#7834)
Updated the [documentation on incremental
delivery](https://www.apollographql.com/docs/apollo-server/workflow/requests#incremental-delivery-experimental)
to include the specific prerelease version of graphQL that Apollo Server
is compatible with for incremental delivery.
The current docs state "As of September 2022...", but a new pre release
version was made available in 2023
https://github.com/graphql/graphql-js/releases/tag/v17.0.0-alpha.3 and
this appears to contain a breaking change in the incremental payload
delivery.1 parent c156742 commit 5704146
File tree
3 files changed
+3
-3
lines changed- .circleci
- docs/source/workflow
- smoke-test
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments