You are here

protected property Composite::$resolvers in GraphQL 8.4

DataProducerProxy objects.

Type: array

File

src/GraphQL/Resolver/Composite.php, line 21

Class

Composite
Resolves by calling a chain of resolvers after each other.

Namespace

Drupal\graphql\GraphQL\Resolver

Code

protected $resolvers = [];