@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use App\GraphQL\Kernel\Paginator; |
| 15 | 15 | use GraphQL\Type\Definition\Type; |
| 16 | 16 | use GraphQL\Type\Definition\ListOfType; |
| 17 | -use Illuminate\Contracts\Support\Arrayable; |
|
| 18 | 17 | use App\GraphQL\Serializers\ArticleSerializer; |
| 19 | 18 | |
| 20 | 19 | /** |