@@ -185,6 +185,9 @@ |
||
185 | 185 | } |
186 | 186 | } |
187 | 187 | |
188 | + /** |
|
189 | + * @param \Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface $argumentValue |
|
190 | + */ |
|
188 | 191 | private function prepareArgumentValue($argumentValue, AbstractType $argumentType, Request $request) |
189 | 192 | { |
190 | 193 | switch ($argumentType->getKind()) { |