docs: add Node.js tracing channels guide#4788
Merged
Merged
Conversation
|
@logaretm is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel. A member of the Team first needs to authorize it. |
ba65838 to
b95c8db
Compare
Contributor
|
I pushed some cosmetic and some more substantial edits. Thoughts? |
Add a Runtime Features guide covering the graphql:* diagnostics channels: use cases, subscribing, the channel list and context types, the sync/async lifecycle, how the channels nest within a request, a resolver-timing example using bindStore, and subscription tracing.
a38cc9e to
f445315
Compare
Contributor
Author
|
@yaacovCR Looks good to me, the error elaboration does clear things up. |
yaacovCR
pushed a commit
to yaacovCR/graphql-js
that referenced
this pull request
Jun 3, 2026
yaacovCR
pushed a commit
that referenced
this pull request
Jun 3, 2026
yaacovCR
added a commit
that referenced
this pull request
Jun 9, 2026
## v16.14.2 (2026-06-09) #### Docs 📝 <details> <summary> 7 PRs were merged </summary> * [#4782](#4782) docs: update API ([@yaacovCR](https://github.com/yaacovCR)) * [#4783](#4783) docs: website review ([@yaacovCR](https://github.com/yaacovCR)) * [#4788](#4788) docs: add Node.js tracing channels guide ([@logaretm](https://github.com/logaretm)) * [#4789](#4789) docs: overhaul index and update/add additional migration guides ([@yaacovCR](https://github.com/yaacovCR)) * [#4792](#4792) docs: remove extra asterisks from single line jsdoc comments ([@yaacovCR](https://github.com/yaacovCR)) * [#4794](#4794) docs: refresh website with broader execution/tracing update ([@yaacovCR](https://github.com/yaacovCR)) * [#4801](#4801) docs: correct extension field comments - v16 ([@yaacovCR](https://github.com/yaacovCR)) </details> #### Polish 💅 * [#4787](#4787) docs: update documentation for v17 release candidate ([@yaacovCR](https://github.com/yaacovCR)) #### Committers: 2 * Abdelrahman Awad([@logaretm](https://github.com/logaretm)) * Yaacov Rydzinski ([@yaacovCR](https://github.com/yaacovCR))
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a Runtime Features guide covering the graphql:* diagnostics channels: subscribing, the channel list and context types.
I've linked the channel payloads to their types directly but I assume those are auto-generated?