Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 584 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>

coverage demo

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