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
Namespace
Drupal\graphql\GraphQLCode
public function setValue($value);