@@ -78,7 +78,7 @@ |
||
78 | 78 | switch ($selection->getKind()) { |
79 | 79 | case NodeKindEnum::FIELD: |
80 | 80 | $name = $this->getFieldNameKey($selection); |
81 | - if(!isset($runtimeType->getFields()[$selection->getNameValue()])){ |
|
81 | + if (!isset($runtimeType->getFields()[$selection->getNameValue()])) { |
|
82 | 82 | continue; |
83 | 83 | } |
84 | 84 | if (!isset($fields[$name])) { |