protected property ResolverRegistry::$fieldResolvers in GraphQL 8.4
Nested list of field resolvers.
Contains a nested list of callables, keyed by type and field name.
Type: callable[]
File
- src/
GraphQL/ ResolverRegistry.php, line 25
Class
- ResolverRegistry
- Contains all the mappings how to resolve a GraphQL request.
Namespace
Drupal\graphql\GraphQLCode
protected $fieldResolvers = [];