-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Editorial: move "Path" to it's own section #1129
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for graphql-spec-draft ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggested modifications:
@benjie thanks for the feedback! I have applied your suggestions. |
f9c4359
to
2087016
Compare
Co-authored-by: Benjie <[email protected]>
:: A _path entry_ is an entry within an _error result_ that allows for | ||
association with a particular field reached during GraphQL execution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To other reviewers: in the stream and defer work, this will be changed to say "within an error result or an incremental payload" (or words to that effect).
Extracted from the
@defer
/@stream
spec edits (#1110) to minimize the diff there.Since the incremental delivery response format also uses
Path
, I removed it from the Errors section and into it's own section.