@@ -10,13 +10,11 @@ |
||
10 | 10 | |
11 | 11 | use App\GraphQL\Serializers\AuthUserSerializer; |
12 | 12 | use App\Services\TokenAuth; |
13 | -use Illuminate\Contracts\Auth\Guard; |
|
14 | 13 | use Illuminate\Contracts\Auth\StatefulGuard; |
15 | 14 | use Illuminate\Support\Arr; |
16 | 15 | use GraphQL\Type\Definition\Type; |
17 | 16 | use App\GraphQL\Types\AuthUserType; |
18 | 17 | use GraphQL\Type\Definition\ObjectType; |
19 | -use App\GraphQL\Serializers\UserSerializer; |
|
20 | 18 | use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; |
21 | 19 | |
22 | 20 | /** |