You are here

protected property DefaultValue::$default in GraphQL 8.4

The fallback value in case the initial value resolves to NULL.

Type: \Drupal\graphql\GraphQL\Resolver\ResolverInterface

File

src/GraphQL/Resolver/DefaultValue.php, line 30

Class

DefaultValue
Default value resolver.

Namespace

Drupal\graphql\GraphQL\Resolver

Code

protected $default;