Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a07f12e

Browse files
nuzilkeharper
andauthored
Update src/guides/v2.4/graphql/caching.md
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
1 parent e375f65 commit a07f12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.4/graphql/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ http://example.com/graphql?query={ products(filter: {sku: {eq: "Test"}}) { items
126126
```
127127

128128
{:.bs-callout-info}
129-
If you call GraphQL queries in the query body rather than the url (e.g. as --data-raw '{"query" .... }'), the request is not cached.
129+
If you call GraphQL queries in the query body rather than the url (for example, as `--data-raw '{"query" .... }'`), the request is not cached.
130130

131131
## X-Magento-Vary
132132

0 commit comments

Comments
 (0)