Skip to content

Commit 772fc94

Browse files
committed
Fixed typo.
1 parent 72fbe2f commit 772fc94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin/GraphQL/Fields/ViewRowField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ViewRowField extends FieldPluginBase {
2121
/**
2222
* {@inheritdoc}
2323
*/
24-
public function resolveValues($value, array $args, ResolveContext $contex, ResolveInfo $info) {
24+
public function resolveValues($value, array $args, ResolveContext $context, ResolveInfo $info) {
2525
$definition = $this->getPluginDefinition();
2626
if (isset($value[$definition['field']])) {
2727
yield $value[$definition['field']];

0 commit comments

Comments
 (0)