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