The expression return array($this, $resolveMethod) returns the type array<integer,Digia\Grap...bstractResolver|string> which is incompatible with the type-hinted return null|callable.
Loading history...
26
}
27
28
return null;
29
}
30
31
/**
32
* @inheritdoc
33
*/
34
public function getTypeResolver(): ?callable
35
{
36
return function ($rootValue, $contextValues, ResolveInfo $info) {