You are here

protected property ResolveContext::$contexts in GraphQL 8.3

Same name and namespace in other branches
  1. 8.4 src/GraphQL/Execution/ResolveContext.php \Drupal\graphql\GraphQL\Execution\ResolveContext::contexts

The context stack.

Type: array

File

src/GraphQL/Execution/ResolveContext.php, line 24

Class

ResolveContext

Namespace

Drupal\graphql\GraphQL\Execution

Code

protected $contexts = [];