You are here

protected property Context::$default in GraphQL 8.4

An arbitrary default value in case the context is not set.

Type: mixed

File

src/GraphQL/Resolver/Context.php, line 27

Class

Context
Resolves a context value with default value support.

Namespace

Drupal\graphql\GraphQL\Resolver

Code

protected $default;