@@ -12,9 +12,6 @@ |
||
| 12 | 12 | use Youshido\GraphQL\Config\Schema\SchemaConfig; |
| 13 | 13 | use Youshido\GraphQL\Execution\ResolveInfo; |
| 14 | 14 | use Youshido\GraphQL\Schema\AbstractSchema; |
| 15 | -use Youshido\GraphQL\Type\NonNullType; |
|
| 16 | -use Youshido\GraphQL\Type\Scalar\IntType; |
|
| 17 | -use Youshido\GraphQL\Type\Scalar\StringType; |
|
| 18 | 15 | |
| 19 | 16 | class TestSchema extends AbstractSchema |
| 20 | 17 | { |