Skip to content

Commit 2e2eb34

Browse files
authored
docs(resolvers): Fix typo in caching keys example
1 parent df5c140 commit 2e2eb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/resolvers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Query.user:
8181
caching:
8282
ttl: 60
8383
keys:
84-
- '$ctx.arguments.id'
84+
- '$context.arguments.id'
8585
```
8686

8787
You can either pass `true` which will use the global TTL (See the [global caching configuration](caching.md)) and no `keys`.

0 commit comments

Comments
 (0)