From e38cff0a207b1cd079276d689112069b69fd7dfc Mon Sep 17 00:00:00 2001 From: ivandotv <390700+ivandotv@users.noreply.github.com> Date: Sun, 30 Jan 2022 21:06:35 +0100 Subject: [PATCH] update readme --- .changeset/hip-poems-exist.md | 5 +++++ README.md | 18 +++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 .changeset/hip-poems-exist.md diff --git a/.changeset/hip-poems-exist.md b/.changeset/hip-poems-exist.md new file mode 100644 index 0000000..c7dde9f --- /dev/null +++ b/.changeset/hip-poems-exist.md @@ -0,0 +1,5 @@ +--- +'graphql-no-alias': patch +--- + +update readme diff --git a/README.md b/README.md index b6ad0f0..9f64645 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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)