Skip to content

Commit 48240ef

Browse files
committed
fix
1 parent d3b96a1 commit 48240ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Introspection/Traits/TypeCollectorTrait.php

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ protected function collectTypes($type)
6767
$this->collectFieldsArgsTypes($subItem);
6868
}
6969

70+
foreach ($type->getConfig()->getArguments() as $argument) {
71+
$this->insertType($argument->getConfig()->getType()->getName(), $argument->getConfig()->getType());
72+
}
73+
7074
break;
7175
}
7276
}

0 commit comments

Comments
 (0)