Skip to content

Commit

Permalink
Update .changesets/fix_taffy_crank_flier_seaweed.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lenny Burdette <lenny@apollographql.com>
  • Loading branch information
BrynCooke and lennyburdette authored Jun 29, 2023
1 parent f7394fa commit e22cdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changesets/fix_taffy_crank_flier_seaweed.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ The GraphQL spec is rather light on what should happen when we process responses
The logic has been simplified and made consistent using the following rules:
1. If the content type of the response is not `application/json` or `application/graphql-response+json` then we won't try to parse.
2. If an HTTP status is not 2xx it will always be attached as a graphql error.
3. If the response type is `application/json` and status is not 2xx and the body is not valid grapqhql then parse errors will be suppressed.
3. If the response type is `application/json` and status is not 2xx and the body is not valid graphql then parse errors will be suppressed.

By [@BrynCooke](https://github.com/BrynCooke) in https://github.com/apollographql/router/pull/3328

0 comments on commit e22cdda

Please sign in to comment.