How do you easily test an Apollo GraphQL server that gets data from external api’s?
I had the same question, so I tried it myself and a couple hours later I had Grates.
I created a medium article and GitHub repo with my findings.
https://medium.com/@bartwijnants/testing-an-apollo-graphql-server-using-apollo-server-testing-jest-and-msw-feed7d9e05cf
https://github.com/bartw/grates
Nice work, Bart! I'm looking forward to giving
gratesa shot 🚀