@@ -2,10 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace DutchCodingCompany\CursorPagination\Pagination; |
4 | 4 | |
5 | +use DutchCodingCompany\CursorPagination\CursorPaginator; |
|
5 | 6 | use GraphQL\Type\Definition\ResolveInfo; |
6 | 7 | use Illuminate\Support\Collection; |
7 | -use DutchCodingCompany\CursorPagination\CursorPaginator; |
|
8 | -use Nuwave\Lighthouse\Pagination\Cursor; |
|
9 | 8 | use Nuwave\Lighthouse\Support\Contracts\GraphQLContext; |
10 | 9 | |
11 | 10 | class ConnectionField |