You are here

public function ValueWrapperInterface::setValue in GraphQL 8.3

Set the wrapped value.

Parameters

mixed $value:

1 method overrides ValueWrapperInterface::setValue()
CacheableValue::setValue in src/GraphQL/Cache/CacheableValue.php
Set the wrapped value.

File

src/GraphQL/ValueWrapperInterface.php, line 12

Class

ValueWrapperInterface

Namespace

Drupal\graphql\GraphQL

Code

public function setValue($value);