You are here

protected property Executor::$context in GraphQL 8.4

The context to pass down during field resolving.

Type: \Drupal\graphql\GraphQL\Execution\ResolveContext

File

src/GraphQL/Execution/Executor.php, line 83

Class

Executor
Executes GraphQL queries with cache lookup.

Namespace

Drupal\graphql\GraphQL\Execution

Code

protected $context;