-
Notifications
You must be signed in to change notification settings - Fork 280
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
Status propagation plugin #1662
Labels
Comments
o0Ignition0o
added a commit
that referenced
this issue
Aug 31, 2022
…s code. fixes: #1335, #1662 Subgraph service calls used to return an error when the received HTTP status code isn't 200. There's however no mention in the GraphQL specification that leads us to assume anything about the HTTP status code returned by a GraphQL server. This commit removes our HTTP status code check in the `subgraph_service`.
o0Ignition0o
added a commit
that referenced
this issue
Aug 31, 2022
…s code. fixes: #1335, #1662 Subgraph service calls used to return an error when the received HTTP status code isn't 200. There's however no mention in the GraphQL specification that leads us to assume anything about the HTTP status code returned by a GraphQL server. This commit removes our HTTP status code check in the `subgraph_service`.
o0Ignition0o
added a commit
that referenced
this issue
Sep 1, 2022
…s code. (#1664) Fix: Propagate graphql response regardless of the subgraph HTTP status code. fixes: #1335, #1662 Subgraph service calls used to return an error when the received HTTP status code isn't 200. There's however no mention in the GraphQL specification that leads us to assume any intent behind the HTTP status code returned by a GraphQL server. This commit removes our HTTP status code check in the `subgraph_service`.
Fixed by #1664 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The example status code propagation plugin is not working as expected. Even though the subgraph returns a 401 status, the router still shows 200.
The text was updated successfully, but these errors were encountered: