File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
code/tools/graphql-protect/general Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
import { Metadata } from "next"
2
- import { HostedByGraphQLFoundation } from "@/icons" ;
2
+ import { HostedByGraphQLFoundation } from "@/icons"
3
3
import { Sponsors } from "./sponsors"
4
4
import { Rubik } from "next/font/google"
5
5
import GridButton from "../_components/grid-button"
Original file line number Diff line number Diff line change @@ -12,17 +12,16 @@ Getting started with GraphQL Protect is as simple as pulling the provided contai
12
12
GraphQL Protect offers the following protection mechanism, and more:
13
13
14
14
1 . [x] ** Trusted Documents** (Persisted Operations)
15
- 4 . [x] ** Max Aliases**
16
- 5 . [x] ** Max Tokens**
17
- 6 . [x] ** Max Depth**
18
- 7 . [x] ** Max Batch**
19
- 2 . [x] ** Block Field Suggestions**
20
- 3 . [x] ** Obfuscate upstream errors**
15
+ 2 . [x] ** Max Aliases**
16
+ 3 . [x] ** Max Tokens**
17
+ 4 . [x] ** Max Depth**
18
+ 5 . [x] ** Max Batch**
19
+ 6 . [x] ** Block Field Suggestions**
20
+ 7 . [x] ** Obfuscate upstream errors**
21
21
8 . [x] ** Enforce POST**
22
22
9 . [x] ** Access Logging**
23
23
10 . [x] [ ... and more!] ( https://github.com/ldebruijn/graphql-protect?tab=readme-ov-file#features )
24
24
25
-
26
25
Protecting your GraphQL API against abuse has never been easier, start protecting your API today.
27
26
28
27
The full [ example can be found on GitHub] ( https://github.com/ldebruijn/graphql-protect?tab=readme-ov-file#installation ) .
You can’t perform that action at this time.
0 commit comments