From c8b188ec4f1a8e462d54666459eddc14115385a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mads=20M=C3=B8rch=20Schou?= Date: Thu, 17 Oct 2024 10:07:25 +0200 Subject: [PATCH] Update umbraco-heartcore/api-documentation/graphql/persisted-queries.md Co-authored-by: jonat123 <54025331+jonat123@users.noreply.github.com> --- .../api-documentation/graphql/persisted-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-heartcore/api-documentation/graphql/persisted-queries.md b/umbraco-heartcore/api-documentation/graphql/persisted-queries.md index 1e0f837d20..178b94f74d 100644 --- a/umbraco-heartcore/api-documentation/graphql/persisted-queries.md +++ b/umbraco-heartcore/api-documentation/graphql/persisted-queries.md @@ -10,7 +10,7 @@ Persisted queries allow you to store GraphQL queries on the server. This enables * Reducing the payload size - 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. + * 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. * Enhanced Security