Join Slack
Powered by
<Kotlin optional parameters in annotation class (C...
# stackoverflow
u
user
07/05/2022, 1:31 PM
Kotlin optional parameters in annotation class (Cache Control Directive for GraphQL)
I am using
GraphQL Kotlin
to generate a GraphQL schema. I would like to implement
Caching
for a subgraph, according to the documentation for inheritMaxAge: If true, this field inherits the maxAge of its parent field instead of using the default maxAge. Do not provide maxAge if you provide...
7
Views
Open in Slack
Previous
Next