Skip to content

Commit c8b188e

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

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

1111
* Reducing the payload size
1212

13-
By sending only the alias and necessary variables, you minimize the data transmitted over the network. This reduction in payload size leads to faster request times and is particularly beneficial for mobile applications or environments with limited bandwidth.
13+
* You minimize the data transmitted over the network by sending only the alias and necessary variables. This reduction in payload size leads to faster request times and is particularly beneficial for mobile applications or environments with limited bandwidth.
1414

1515
* Enhanced Security
1616

0 commit comments

Comments
 (0)