public function NullType::coerce in GraphQL 8.2
Same name and namespace in other branches
- 8 src/NullType.php \Drupal\graphql\NullType::coerce()
Parameters
mixed $value:
Return value
mixed
File
- src/
NullType.php, line 17
Class
Namespace
Drupal\graphqlCode
public function coerce($value) {
return NULL;
}