@@ -149,6 +149,9 @@ discard block |
||
| 149 | 149 | return [$this->getAlias($query) => $value]; |
| 150 | 150 | } |
| 151 | 151 | |
| 152 | + /** |
|
| 153 | + * @return AstFieldInterface |
|
| 154 | + */ |
|
| 152 | 155 | protected function resolveField(FieldInterface $field, AstFieldInterface $ast, $parentValue = null, $fromObject = false) |
| 153 | 156 | { |
| 154 | 157 | try { |
@@ -220,6 +223,9 @@ discard block |
||
| 220 | 223 | } |
| 221 | 224 | } |
| 222 | 225 | |
| 226 | + /** |
|
| 227 | + * @param \Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface $argumentValue |
|
| 228 | + */ |
|
| 223 | 229 | private function prepareArgumentValue($argumentValue, AbstractType $argumentType, Request $request) |
| 224 | 230 | { |
| 225 | 231 | switch ($argumentType->getKind()) { |