graphql-coverage
v0.0.4
Published
Show which resolvers are triggered by your GraphQL queries
Readme
graphql-coverage
Install
npm install -g graphql-coverageor
yarn global add graphql-coverageTL;DR
Show which resolvers are triggered by your GraphQL queries:
graphql-coverage <URL to your API>Goals
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
