npm install -g graphql-coverage
or
yarn global add graphql-coverage
Show which resolvers are triggered by your GraphQL queries:
graphql-coverage <URL to your API>
Proof of concept developed specially for GraphQL: The next Level of API Tooling talk at Platform Summit 2017 with the following goals:
- Less than 100 lines
- Works with any GraphQL API
- Do something useful