@@ -119,7 +119,7 @@ |
||
| 119 | 119 | if ($value->getKind() == TypeMap::KIND_INTERFACE) { |
| 120 | 120 | $this->collectTypes($info->getExecutionContext()->getSchema()->getQueryType()); |
| 121 | 121 | foreach ($schema->getTypesList()->getTypes() as $type) { |
| 122 | - $this->collectTypes($type); |
|
| 122 | + $this->collectTypes($type); |
|
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | $possibleTypes = []; |