the-guild-org / federation

Open Source Composition library for Apollo Federation
MIT License
46 stars 3 forks source link

Add tests to cover `src/graphql/sort-sdl.ts` #34

Closed trkohler closed 10 months ago

trkohler commented 10 months ago

Adding tests to cover almost all basic sorting cases in sortSDL. Decided to do that so it's easily visible what is left to finish and what is already implemented.

Also, it helps to have a visualization of what code is doing when reading & analyzing library code before contributing to it.