You are here

protected property ResolveContext::$contexts in GraphQL 8.4

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

List of available contexts keyed by path and context name.

Type: array

File

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

Class

ResolveContext
Context that is provided during resolving the GraphQL tree.

Namespace

Drupal\graphql\GraphQL\Execution

Code

protected $contexts;