Skip to content

Commit a02fecf

Browse files
committed
prettier
1 parent 28a0f21 commit a02fecf

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/app/conf/2025/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Metadata } from "next"
2-
import { HostedByGraphQLFoundation } from "@/icons";
2+
import { HostedByGraphQLFoundation } from "@/icons"
33
import { Sponsors } from "./sponsors"
44
import { Rubik } from "next/font/google"
55
import GridButton from "../_components/grid-button"

src/code/tools/graphql-protect/general/graphql-protect.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,16 @@ Getting started with GraphQL Protect is as simple as pulling the provided contai
1212
GraphQL Protect offers the following protection mechanism, and more:
1313

1414
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**
2121
8. [x] **Enforce POST**
2222
9. [x] **Access Logging**
2323
10. [x] [... and more!](https://github.com/ldebruijn/graphql-protect?tab=readme-ov-file#features)
2424

25-
2625
Protecting your GraphQL API against abuse has never been easier, start protecting your API today.
2726

2827
The full [example can be found on GitHub](https://github.com/ldebruijn/graphql-protect?tab=readme-ov-file#installation).

0 commit comments

Comments
 (0)