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

Commit 2c836c3

Browse files
authored
Fix example
1 parent 537f624 commit 2c836c3

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
@@ -121,7 +121,7 @@ Fastly will cache only GET requests which contains query parameter in request ur
121121
### Example
122122

123123
```text
124-
http://example.com/graphql?a=1&query={ products(filter: {sku: {eq: "Test"}}) { items { name } } }&variables={}
124+
http://example.com/graphql?query={ products(filter: {sku: {eq: "Test"}}) { items { name } } }&variables={}
125125
....
126126
```
127127

0 commit comments

Comments
 (0)