Skip to content

Commit 6620f4d

Browse files
Update umbraco-heartcore/api-documentation/graphql/persisted-queries.md
Co-authored-by: jonat123 <[email protected]>
1 parent 47fb54c commit 6620f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umbraco-heartcore/api-documentation/graphql/persisted-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Persisted queries allow you to store GraphQL queries on the server. This enables
1616

1717
Persisted queries provide improved security by ensuring that only predefined, server-stored GraphQL queries can be executed, preventing clients from running arbitrary or malicious queries.
1818

19-
However, to fully benefit from this security enhancement, it is essential that the content delivery API is set to private, and GraphQL is configured to only allow persisted queries. Without these settings in place, the security advantages of using persisted queries are not realized.
19+
To fully benefit from this, the content delivery API must be set to private, and GraphQL must be configured only to allow persisted queries. Without these settings in place, the security advantages of using persisted queries are not realized.
2020

2121
## Enable Persisted queries only
2222

0 commit comments

Comments
 (0)