cacheControl
No description
directive @cacheControl(
inheritMaxAge: Boolean
maxAge: Int
scope: CacheControlScope
) on
| FIELD_DEFINITION
| INTERFACE
| OBJECT
| UNION
No description
directive @cacheControl(
inheritMaxAge: Boolean
maxAge: Int
scope: CacheControlScope
) on
| FIELD_DEFINITION
| INTERFACE
| OBJECT
| UNION
cacheControl.inheritMaxAge ● Boolean scalarcacheControl.maxAge ● Int scalarcacheControl.scope ● CacheControlScope enum