CacheControlScope
Cache control scopes for the GraphQL response cache.
See the @cacheControl directive.
enum CacheControlScope {
PUBLIC
PRIVATE
}
Values
CacheControlScope.PUBLIC
Cacheable scope (default).
CacheControlScope.PRIVATE
Uncacheable scope.
Member Of
cacheControl
directive