Skip to content

Commit d61bc42

Browse files
committed
Add badges
1 parent 23c1ed8 commit d61bc42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# GraphQL Query Complexity Analysis for graphql-js
22

3+
[![npm version](https://badge.fury.io/js/graphql-query-complexity.svg)](https://badge.fury.io/js/graphql-query-complexity)
4+
[![CircleCI](https://circleci.com/gh/slicknode/graphql-query-complexity.svg?style=shield)](https://circleci.com/gh/slicknode/graphql-query-complexity)
5+
6+
37
This library provides GraphQL query analysis to reject complex queries to your GraphQL server.
48
This can be used to protect your GraphQL servers against resource exhaustion and DoS attacks.
59

0 commit comments

Comments
 (0)