Skip to content
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

refactor SupergraphService #1615

Merged
merged 9 commits into from
Aug 29, 2022
Merged

refactor SupergraphService #1615

merged 9 commits into from
Aug 29, 2022

Conversation

Geal
Copy link
Contributor

@Geal Geal commented Aug 25, 2022

Follow up on #1610

rustfmt does not apply anymore on supergraph_service.rs, which is a hint that the code is way too complex. This PR moves the Service:call body to an async function, and splits part of the functionality

Geoffroy Couprie added 7 commits August 25, 2022 15:22
Since deferred responses can come back as multipart responses, we must
check that the client supports that content type. This will allow older
clients to show a meaningful error message instead of a parsing error if
the `@defer` directive is used but they don't support it
@github-actions

This comment has been minimized.

@Geal Geal requested review from o0Ignition0o and BrynCooke August 29, 2022 09:18
@Geal
Copy link
Contributor Author

Geal commented Aug 29, 2022

merging that after today's release is done

@Geal Geal enabled auto-merge (squash) August 29, 2022 12:56
@Geal Geal merged commit 31fe114 into main Aug 29, 2022
@Geal Geal deleted the geal/refactor-supergraph branch August 29, 2022 13:17
@abernix abernix mentioned this pull request Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants