Skip to content

Commit 47fb54c

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Documentation for Persisted queries in Umbraco Heartcore
44

55
# Persisted queries
66

7-
Persisted queries allows you to store GraphQL queries on the server, enabling clients to execute them by referencing an alias rather than sending
8-
the full query each time. this approach streamlines client-server communication and enhances security.
7+
Persisted queries allow you to store GraphQL queries on the server. This enables clients to execute them by referencing an alias rather than sending the full query each time. this approach streamlines client-server communication and enhances security.
98

109
## Why use persisted queries?
1110

0 commit comments

Comments
 (0)