Skip to content

Commit d64adf5

Browse files
committed
Add badges
1 parent 6d321dd commit d64adf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# GraphQL Query Complexity Analysis for graphql-js
22

3+
[![npm](https://img.shields.io/npm/dm/graphql-query-complexity)](https://www.npmjs.com/package/graphql-query-complexity)
34
[![npm version](https://badge.fury.io/js/graphql-query-complexity.svg)](https://badge.fury.io/js/graphql-query-complexity)
45
[![CircleCI](https://circleci.com/gh/slicknode/graphql-query-complexity.svg?style=shield)](https://circleci.com/gh/slicknode/graphql-query-complexity)
5-
6+
[![Twitter Follow](https://img.shields.io/twitter/follow/slicknode?style=social)](https://twitter.com/slicknode)
67

78
This library provides GraphQL query analysis to reject complex queries to your GraphQL server.
89
This can be used to protect your GraphQL servers against resource exhaustion and DoS attacks.

0 commit comments

Comments
 (0)