public function TypeResolver::applies in GraphQL 8.2
Same name and namespace in other branches
- 8 src/TypeResolver.php \Drupal\graphql\TypeResolver::applies()
Parameters
mixed $type:
Return value
bool
Overrides TypeResolverInterface::applies
File
- src/
TypeResolver.php, line 26
Class
- TypeResolver
- Attempts to GraphQL type definitions from arbitrary data types.
Namespace
Drupal\graphqlCode
public function applies($type) {
return TRUE;
}