Skip to content

Commit c35e00b

Browse files
Expand README ✍️
1 parent 1edea3c commit c35e00b

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# graphql-coverage
1+
# graphql-coverage
2+
3+
## Install
4+
5+
npm install -g graphql-coverage
6+
or
7+
8+
yarn global add graphql-coverage
9+
10+
11+
## TL;DR
12+
13+
Show which resolvers are triggered by your GraphQL queries:
14+
15+
graphql-coverage <URL to your API>
16+
17+
## Goals
18+
19+
Proof of concept developed specially for [GraphQL: The next Level of API Tooling](https://nordicapis.com/?post_type=sessions&p=6681) talk at [Platform Summit 2017](https://nordicapis.com/events/the-2017-api-platform-summit/) with the following goals:
20+
* Less than 100 lines
21+
* Works with any GraphQL API
22+
* Do something useful

0 commit comments

Comments
 (0)