@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use App\Models\User; |
| 13 | 13 | use App\GraphQL\Kernel\Paginator; |
| 14 | 14 | use GraphQL\Type\Definition\Type; |
| 15 | -use Illuminate\Support\Collection; |
|
| 16 | 15 | use GraphQL\Type\Definition\ListOfType; |
| 17 | 16 | use App\GraphQL\Serializers\UserSerializer; |
| 18 | 17 | |