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 11import { Metadata } from "next"
2- import { HostedByGraphQLFoundation } from "@/icons" ;
2+ import { HostedByGraphQLFoundation } from "@/icons"
33import { Sponsors } from "./sponsors"
44import { Rubik } from "next/font/google"
55import 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
1212GraphQL Protect offers the following protection mechanism, and more:
1313
14141 . [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**
21218 . [x] ** Enforce POST**
22229 . [x] ** Access Logging**
232310 . [x] [ ... and more!] ( https://github.com/ldebruijn/graphql-protect?tab=readme-ov-file#features )
2424
25-
2625Protecting your GraphQL API against abuse has never been easier, start protecting your API today.
2726
2827The 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