You are here

protected property Executor::$resolver in GraphQL 8.4

The resolver to get results for the query.

Type: callable

File

src/GraphQL/Execution/Executor.php, line 118

Class

Executor
Executes GraphQL queries with cache lookup.

Namespace

Drupal\graphql\GraphQL\Execution

Code

protected $resolver;