Skip to content

Commit

Permalink
Update persisted-operations.md
Browse files Browse the repository at this point in the history
It said "There are two main benefits", but there are more than two benefits listed.
  • Loading branch information
Daniel15 authored Dec 20, 2024
1 parent d1e6ac3 commit 4e4c9e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Extracting operations is supported by client libraries like [Relay](https://rela
# Benefits

There are two main benefits to using persisted operations:
There are several benefits to using persisted operations:

**Performance**

Expand All @@ -30,7 +30,7 @@ There are two main benefits to using persisted operations:

**Security**

The server can be tweaked to [only execute persisted operations](#blocking-regular-operations) and refuse any other operation provided by a client. This gets rid of a whole suite of potential attack vectors, since malicious actors can no longer craft and execute harmful operations against your GraphQL server.
- The server can be tweaked to [only execute persisted operations](#blocking-regular-operations) and refuse any other operation provided by a client. This gets rid of a whole suite of potential attack vectors, since malicious actors can no longer craft and execute harmful operations against your GraphQL server.

# Usage

Expand Down

0 comments on commit 4e4c9e1

Please sign in to comment.