File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CHANGELOG
44[ Next release] ( https://github.com/rebing/graphql-laravel/compare/9.4.0...master )
55
66### Fixed
7- - Relax PaginationType getPaginationFields typehint [ \# 1132 / jasonvarga] ( https://github.com/rebing/graphql-laravel/pull/1132 )
7+ - Relax PaginationType/SimplePaginationType getPaginationFields typehint [ \# 1132 / jasonvarga] ( https://github.com/rebing/graphql-laravel/pull/1132 )
88
992024-03-04, 9.4.0
1010-----------------
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function __construct(string $typeName, string $customName = null)
3232 /**
3333 * @return array<string, array<string,mixed>>
3434 */
35- protected function getPaginationFields (ObjectType $ underlyingType ): array
35+ protected function getPaginationFields (GraphQLType $ underlyingType ): array
3636 {
3737 return [
3838 'data ' => [
You can’t perform that action at this time.
0 commit comments