Skip to content

Commit 6fac59f

Browse files
simPodspawnia
andauthored
Update src/Type/Definition/QueryPlan.php
Co-authored-by: Benedikt Franke <[email protected]>
1 parent be6dbdc commit 6fac59f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Type/Definition/QueryPlan.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ private function mergeFields(Type $parentType, Type $type, array $fields, array
258258
if ($this->groupImplementorFields && $parentType instanceof AbstractType && ! $type instanceof AbstractType) {
259259
$name = $type->name;
260260
assert(\is_string($name));
261+
261262
$implementors[$name] = [
262263
'type' => $type,
263264
'fields' => $this->arrayMergeDeep(

0 commit comments

Comments
 (0)