You are here

public property GraphQLAnnotationBase::$schema_cache_max_age in GraphQL 8.3

The cache max age for caching the type system definition in the schema.

Type: array

File

src/Annotation/GraphQLAnnotationBase.php, line 70

Class

GraphQLAnnotationBase
Annotation for GraphQL input type plugins.

Namespace

Drupal\graphql\Annotation

Code

public $schema_cache_max_age = CacheBackendInterface::CACHE_PERMANENT;