2
1 Comment

Testing an Apollo GraphQL server using apollo-server-testing, Jest and msw

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

on November 14, 2020
  1. 1

    Nice work, Bart! I'm looking forward to giving grates a shot 🚀