Skip to content

Commit 3501d43

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

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
@@ -14,7 +14,7 @@ Persisted queries allow you to store GraphQL queries on the server. This enables
1414

1515
* Enhanced Security
1616

17-
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.
17+
* 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

1919
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

0 commit comments

Comments
 (0)