We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d74e3 commit 1e51c8bCopy full SHA for 1e51c8b
1 file changed
src/Plugin/GraphQL/DataProducer/DataProducerPluginBase.php
@@ -46,7 +46,7 @@ public function resolveField(FieldContext $field) {
46
$context = $this->getContextValues();
47
return call_user_func_array(
48
[$this, 'resolve'],
49
- array_merge($context, [$field])
+ array_values(array_merge($context, [$field]))
50
);
51
}
52
0 commit comments