You are here

protected property DataProducerProxy::$cached in GraphQL 8.4

If results should be cached.

Type: bool

File

src/Plugin/GraphQL/DataProducer/DataProducerProxy.php, line 79

Class

DataProducerProxy
A proxy class that lazy resolves data producers and has a result cache.

Namespace

Drupal\graphql\Plugin\GraphQL\DataProducer

Code

protected $cached = FALSE;