-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: sharing headers between subgraphs #2128
Labels
documentation
Improvements or additions to documentation
Comments
BrynCooke
pushed a commit
that referenced
this issue
Jan 20, 2023
6 tasks
BrynCooke
pushed a commit
that referenced
this issue
Jan 20, 2023
BrynCooke
pushed a commit
that referenced
this issue
Jan 20, 2023
BrynCooke
added a commit
that referenced
this issue
Jan 24, 2023
- Fix #2128 Propagation for headers between subgraphs is now documented. In addition #2444 has been raised to track a potential future where this can be achieved via YAML. **Checklist** Complete the checklist (and note appropriate exceptions) before a final PR is raised. - [ ] ~~Changes are compatible[^1]~~ - [x] Documentation[^2] completed - [ ] ~~Performance impact assessed and acceptable~~ - Tests added and passing[^3] - [ ] ~~Unit Tests~~ - [ ] ~~Integration Tests~~ - [x] Manual Tests **Exceptions** *Note any exceptions here* **Notes** [^1]. 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. [^2]. Configuration is an important part of many changes. Where applicable please try to document configuration examples. [^3]. Tick whichever testing boxes are applicable. If you are adding Manual Tests: - please document the manual testing (extensively) in the Exceptions. - please raise a separate issue to automate the test and label it (or ask for it to be labeled) as `manual test` Co-authored-by: bryn <bryn@apollographql.com>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, our documentation talks about sending headers from clients to subgraphs, but doesn't frame the (achievable!) solution to threading headers between subgraphs.
There's some art that exemplifies this behavior in #2021 which can be referred to.
The text was updated successfully, but these errors were encountered: