Skip to content

Commit 37b26cf

Browse files
committed
Removing more unused use statement
1 parent 6c8f886 commit 37b26cf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Controller/GraphqliteController.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,19 @@
1111
use Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory;
1212
use TheCodingMachine\GraphQLite\Http\HttpCodeDecider;
1313
use function array_map;
14-
use GraphQL\Error\ClientAware;
1514
use GraphQL\Error\Debug;
16-
use GraphQL\Error\Error;
1715
use GraphQL\Executor\ExecutionResult;
1816
use GraphQL\Executor\Promise\Promise;
1917
use GraphQL\Server\ServerConfig;
2018
use GraphQL\Server\StandardServer;
2119
use GraphQL\Upload\UploadMiddleware;
22-
use function in_array;
2320
use function json_decode;
2421
use Psr\Http\Message\ServerRequestInterface;
2522
use RuntimeException;
2623
use Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface;
27-
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
2824
use Symfony\Component\HttpFoundation\JsonResponse;
2925
use Symfony\Component\HttpFoundation\Request;
3026
use Symfony\Component\HttpFoundation\Response;
31-
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
32-
use Symfony\Component\HttpKernel\HttpKernelInterface;
33-
use Symfony\Component\HttpKernel\KernelEvents;
3427
use Symfony\Component\Routing\Route;
3528
use Symfony\Component\Routing\RouteCollection;
3629
use TheCodingMachine\Graphqlite\Bundle\Context\SymfonyGraphQLContext;

0 commit comments

Comments
 (0)