Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Jan 30, 2022
1 parent f61c651 commit e38cff0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-poems-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'graphql-no-alias': patch
---

update readme
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

- [Instalation](#instalation)
- [Usage](#usage)
* [Using the directive](#using-the-directive)
* [Schema setup](#schema-setup)
+ [Object type usage](#object-type-usage)
+ [Field type usage](#field-type-usage)
* [Customizing the declaration](#customizing-the-declaration)
* [Imperative configuration](#imperative-configuration)
* [Customizing the error message](#customizing-the-error-message)
- [Using the directive](#using-the-directive)
- [Schema setup](#schema-setup)
- [Object type usage](#object-type-usage)
- [Field type usage](#field-type-usage)
- [Customizing the declaration](#customizing-the-declaration)
- [Imperative configuration](#imperative-configuration)
- [Customizing the error message](#customizing-the-error-message)
- [Envelop Plugin](#envelop-plugin)
* [License](#license)
- [License](#license)

<!-- tocstop -->

Expand All @@ -25,7 +25,7 @@ Graphql validation with accompanying directive to limit the number of `alias` qu
It will disable certain kinds of attacks that look like this.

```ts
// batch query attack (hello DDOS)
// batch query attack (hello DoS)
query {
getUsers(first: 1000)
second: getUsers(first: 2000)
Expand Down

0 comments on commit e38cff0

Please sign in to comment.