cacheControl
directive @cacheControl(
maxAge: Int
scope: CacheControlScope
) on
| FIELD_DEFINITION
| OBJECT
| INTERFACE
directive @cacheControl(
maxAge: Int
scope: CacheControlScope
) on
| FIELD_DEFINITION
| OBJECT
| INTERFACE
cacheControl.maxAge ● Int scalarcacheControl.scope ● CacheControlScope enum