This repository was archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
[TN] Error Status Code 200 #763
Open
burn2delete
wants to merge
12
commits into
main
Choose a base branch
from
technote-status-codes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
✅ Deploy Preview for apollo-monodocs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
smyrick
reviewed
Feb 8, 2024
smyrick
reviewed
Feb 8, 2024
smyrick
reviewed
Feb 8, 2024
Co-authored-by: Shane Myrick <[email protected]>
Co-authored-by: Shane Myrick <[email protected]>
Co-authored-by: Shane Myrick <[email protected]>
smyrick
approved these changes
Feb 9, 2024
shorgi
approved these changes
Feb 12, 2024
smyrick
suggested changes
Feb 13, 2024
In contrast, REST APIs typically follow a serial execution model, where one failed request can halt the entire process. | ||
|
||
Therefore, using HTTP status codes to convey the outcome of parallel GraphQL operations would be impractical and misleading. | ||
|
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.
I think we still need a section calling out when non-200s are used. The GraphQL over http spec allows it and so we don't want some one to take away from the this note that you ALWAYS have to return 200
Co-authored-by: Edward Huang <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Added TN47 - Error! Status Code 200?