You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: umbraco-heartcore/api-documentation/graphql/persisted-queries.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ description: Documentation for Persisted queries in Umbraco Heartcore
4
4
5
5
# Persisted queries
6
6
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.
0 commit comments