<Kotlin optional parameters in annotation class (C...
# stackoverflow
u
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...