fix: handle both 'deprecated' enum values when merging coprocessor context (backport #8913)#8997
Conversation
|
Cherry-pick of 7b18b3d has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
✅ Docs preview readyThe preview is ready to be viewed. View the preview File Changes 1 new, 55 changed, 5 removedBuild ID: be3fbac98610b1c8f9bc16d9 URL: https://www.apollographql.com/docs/deploy-preview/be3fbac98610b1c8f9bc16d9 ✅ AI Style Review — No Changes DetectedNo MDX files were changed in this pull request. Review Log: View detailed log
|
|
|
|
whoops. browser just updated when I sent that. |
#8679 inadvertently deleted deprecated keys when
context: truewas passed in the router config. One side effect of this was that client names no longer showed up in studio.The quick-fix in the router config is to pass
context: deprecatedinstead, but this will solve the issue more broadly.Checklist
Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review.
Exceptions
Note any exceptions here
Notes
[ROUTER-1612]: https://apollographql.atlassian.net/browse/ROUTER-1612?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
This is an automatic backport of pull request #8913 done by Mergify.
Footnotes
It may be appropriate to bring upcoming changes to the attention of other (impacted) groups. Please endeavour to do this before seeking PR approval. The mechanism for doing this will vary considerably, so use your judgement as to how and when to do this. ↩
Configuration is an important part of many changes. Where applicable please try to document configuration examples. ↩
A lot of (if not most) features benefit from built-in observability and
debug-level logs. Please read this guidance on metrics best-practices. ↩Tick whichever testing boxes are applicable. If you are adding Manual Tests, please document the manual testing (extensively) in the Exceptions. ↩