You are here

protected property ResolverRegistry::$defaultTypeResolver in GraphQL 8.4

The default type resolver.

Used as a fallback if a specific type resolver can't be found.

Type: callable

File

src/GraphQL/ResolverRegistry.php, line 52

Class

ResolverRegistry
Contains all the mappings how to resolve a GraphQL request.

Namespace

Drupal\graphql\GraphQL

Code

protected $defaultTypeResolver;