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