Skip to content

Commit

Permalink
v6.36.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed May 5, 2024
1 parent 1e738e0 commit dc3125d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ You can find and compare releases at the [GitHub release page](https://github.co

## Unreleased

## v6.36.3

### Fixed

- Actually use raw attributes in comparison of paginated related models https://github.com/nuwave/lighthouse/pull/2550

## v6.36.2

### Changed
Expand Down
1 change: 1 addition & 0 deletions src/Execution/ModelsLoader/PaginatedModelsLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use Nuwave\Lighthouse\Pagination\PaginationArgs;
use Nuwave\Lighthouse\Pagination\ZeroPerPageLengthAwarePaginator;
use Nuwave\Lighthouse\Support\Utils;

use function Safe\json_encode;

class PaginatedModelsLoader implements ModelsLoader
Expand Down

0 comments on commit dc3125d

Please sign in to comment.