You are here

protected property ResolverRegistry::$typeResolvers in GraphQL 8.4

List of type resolvers for abstract types.

Contains a list of callables keyed by the name of the abstract type.

Type: callable[]

File

src/GraphQL/ResolverRegistry.php, line 34

Class

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

Namespace

Drupal\graphql\GraphQL

Code

protected $typeResolvers = [];