You are here

protected property Value::$value in GraphQL 8.4

Value to be resolved.

Type: mixed

File

src/GraphQL/Resolver/Value.php, line 20

Class

Value
Resolves by returning the fixed value itself.

Namespace

Drupal\graphql\GraphQL\Resolver

Code

protected $value;