We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5c140 commit 2e2eb34Copy full SHA for 2e2eb34
doc/resolvers.md
@@ -81,7 +81,7 @@ Query.user:
81
caching:
82
ttl: 60
83
keys:
84
- - '$ctx.arguments.id'
+ - '$context.arguments.id'
85
```
86
87
You can either pass `true` which will use the global TTL (See the [global caching configuration](caching.md)) and no `keys`.
0 commit comments