You are here

public function SchemaPluginInterface::getResolverRegistry in GraphQL 8.4

Retrieves the resolver registry.

@todo Instead, this should be configuration.

Return value

\Drupal\graphql\GraphQL\ResolverRegistryInterface The resolver registry.

2 methods override SchemaPluginInterface::getResolverRegistry()
ComposableSchema::getResolverRegistry in src/Plugin/GraphQL/Schema/ComposableSchema.php
Retrieves the resolver registry.
ExampleSchema::getResolverRegistry in examples/graphql_example/src/Plugin/GraphQL/Schema/ExampleSchema.php
Retrieves the resolver registry.

File

src/Plugin/SchemaPluginInterface.php, line 36

Class

SchemaPluginInterface
Defines a schema plugin that returns a GraphQL schema part.

Namespace

Drupal\graphql\Plugin

Code

public function getResolverRegistry();