Skip to content

Commit

Permalink
refactor SupergraphService (#1615)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Geoffroy Couprie authored Aug 29, 2022
1 parent d5e6406 commit 31fe114
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 189 deletions.
9 changes: 9 additions & 0 deletions NEXT_CHANGELOG.md
401 changes: 212 additions & 189 deletions apollo-router/src/services/supergraph_service.rs

0 comments on commit 31fe114

Please sign in to comment.