Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 556 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 556 Bytes

graphql-coverage

Install

npm install -g graphql-coverage

or

yarn global add graphql-coverage

TL;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