@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace BlogTest; |
| 3 | 3 | |
| 4 | -use Youshido\GraphQL\Type\NonNullType; |
|
| 5 | 4 | use Youshido\GraphQL\Type\Object\ObjectType; |
| 6 | 5 | use Youshido\GraphQL\Type\Scalar\BooleanType; |
| 7 | 6 | use Youshido\GraphQL\Type\Scalar\IntType; |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use Youshido\GraphQL\Type\AbstractType; |
| 13 | 13 | use Youshido\GraphQL\Type\Config\Object\UnionTypeConfig; |
| 14 | 14 | use Youshido\GraphQL\Type\Config\Traits\ConfigCallTrait; |
| 15 | -use Youshido\GraphQL\Type\Config\TypeConfigInterface; |
|
| 16 | 15 | use Youshido\GraphQL\Type\Traits\AutoNameTrait; |
| 17 | 16 | use Youshido\GraphQL\Type\TypeMap; |
| 18 | 17 | |