You are here

protected property CacheableValue::$value in GraphQL 8.3

The actual value being wrapped.

Type: mixed

File

src/GraphQL/Cache/CacheableValue.php, line 25

Class

CacheableValue
Wrapper class for transporting cache metadata for resolved values.

Namespace

Drupal\graphql\GraphQL\Cache

Code

protected $value;