@@ -15,8 +15,6 @@ |
||
15 | 15 | use GraphQL\Type\Definition\Type; |
16 | 16 | use GraphQL\Type\Definition\ObjectType; |
17 | 17 | use App\GraphQL\Serializers\UserSerializer; |
18 | -use Illuminate\Contracts\Auth\Authenticatable; |
|
19 | -use Illuminate\Contracts\Validation\Validator; |
|
20 | 18 | use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; |
21 | 19 | |
22 | 20 | /** |