@@ -42,8 +42,8 @@ discard block |
||
42 | 42 | |
43 | 43 | /** |
44 | 44 | * @param AbstractObjectType $objectType |
45 | - * @param Mutation|Query|AstField $field |
|
46 | - * @return null |
|
45 | + * @param AstField $field |
|
46 | + * @return boolean |
|
47 | 47 | */ |
48 | 48 | public function objectHasField($objectType, $field) |
49 | 49 | { |
@@ -58,6 +58,7 @@ discard block |
||
58 | 58 | |
59 | 59 | /** |
60 | 60 | * @inheritdoc |
61 | + * @param Query $query |
|
61 | 62 | */ |
62 | 63 | public function validateArguments(AbstractField $field, $query, Request $request) |
63 | 64 | { |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Youshido\GraphQL\Parser\Ast\Mutation; |
21 | 21 | use Youshido\GraphQL\Parser\Ast\Query; |
22 | 22 | use Youshido\GraphQL\Type\AbstractType; |
23 | -use Youshido\GraphQL\Type\CompositeTypeInterface; |
|
24 | 23 | use Youshido\GraphQL\Type\InputObject\AbstractInputObjectType; |
25 | 24 | use Youshido\GraphQL\Type\InterfaceType\AbstractInterfaceType; |
26 | 25 | use Youshido\GraphQL\Type\ListType\AbstractListType; |
@@ -27,7 +27,6 @@ |
||
27 | 27 | use Youshido\GraphQL\Schema\AbstractSchema; |
28 | 28 | use Youshido\GraphQL\Type\AbstractType; |
29 | 29 | use Youshido\GraphQL\Type\Object\AbstractObjectType; |
30 | -use Youshido\GraphQL\Type\Scalar\AbstractScalarType; |
|
31 | 30 | use Youshido\GraphQL\Type\TypeInterface; |
32 | 31 | use Youshido\GraphQL\Type\TypeMap; |
33 | 32 | use Youshido\GraphQL\Type\TypeService; |