We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fbe2f commit 772fc94Copy full SHA for 772fc94
1 file changed
src/Plugin/GraphQL/Fields/ViewRowField.php
@@ -21,7 +21,7 @@ class ViewRowField extends FieldPluginBase {
21
/**
22
* {@inheritdoc}
23
*/
24
- public function resolveValues($value, array $args, ResolveContext $contex, ResolveInfo $info) {
+ public function resolveValues($value, array $args, ResolveContext $context, ResolveInfo $info) {
25
$definition = $this->getPluginDefinition();
26
if (isset($value[$definition['field']])) {
27
yield $value[$definition['field']];
0 commit comments