ResolverInterface deprecated
interface ResolverInterface implements OperationResolver
deprecated 2.0..3.0 Use OperationResolver instead
Applied to classes that resolve queries or mutations
Methods
mixed
resolve(mixed $object, array $args, mixed $context, ResolveInfo $info)
Invoked by the Executor class to resolve this mutation / query
from OperationResolver
Details
in OperationResolver at line 23
mixed
resolve(mixed $object, array $args, mixed $context, ResolveInfo $info)
Invoked by the Executor class to resolve this mutation / query