@@ -3,24 +3,9 @@ |
||
3 | 3 | |
4 | 4 | namespace TheCodingMachine\GraphQL\Controllers; |
5 | 5 | |
6 | -use phpDocumentor\Reflection\Type; |
|
7 | -use phpDocumentor\Reflection\Types\Array_; |
|
8 | -use phpDocumentor\Reflection\Types\Mixed; |
|
9 | -use phpDocumentor\Reflection\Types\Object_; |
|
10 | -use phpDocumentor\Reflection\Types\String_; |
|
11 | 6 | use Psr\Container\ContainerInterface; |
12 | -use Roave\BetterReflection\Reflection\ReflectionClass; |
|
13 | -use Roave\BetterReflection\Reflection\ReflectionMethod; |
|
14 | 7 | use Doctrine\Common\Annotations\Reader; |
15 | -use phpDocumentor\Reflection\Types\Integer; |
|
16 | -use TheCodingMachine\GraphQL\Controllers\Annotations\Query; |
|
17 | 8 | use Youshido\GraphQL\Field\Field; |
18 | -use Youshido\GraphQL\Type\ListType\ListType; |
|
19 | -use Youshido\GraphQL\Type\NonNullType; |
|
20 | -use Youshido\GraphQL\Type\Scalar\IntType; |
|
21 | -use Youshido\GraphQL\Type\Scalar\StringType; |
|
22 | -use Youshido\GraphQL\Type\TypeInterface; |
|
23 | -use Youshido\GraphQL\Type\Union\UnionType; |
|
24 | 9 | |
25 | 10 | /** |
26 | 11 | * A query provider that looks into all controllers of your application to fetch queries. |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use Youshido\GraphQL\Type\Scalar\IntType; |
20 | 20 | use Youshido\GraphQL\Type\Scalar\StringType; |
21 | 21 | use Youshido\GraphQL\Type\TypeInterface; |
22 | -use Youshido\GraphQL\Type\Union\UnionType; |
|
23 | 22 | |
24 | 23 | /** |
25 | 24 | * A query provider that looks for queries in a "controller" |
@@ -3,7 +3,6 @@ |
||
3 | 3 | |
4 | 4 | namespace TheCodingMachine\GraphQL\Controllers; |
5 | 5 | |
6 | -use TheCodingMachine\GraphQL\Controllers\Registry\Registry; |
|
7 | 6 | use Youshido\GraphQL\Execution\ResolveInfo; |
8 | 7 | use Youshido\GraphQL\Field\AbstractField; |
9 | 8 | use Youshido\GraphQL\Type\AbstractType; |