Skip to content

Commit

Permalink
Fix stub for type resolvers used in lighthouse:union and `lighthous…
Browse files Browse the repository at this point in the history
…e:interface` artisan commands
  • Loading branch information
spawnia committed Feb 23, 2024
1 parent 5514697 commit 973328c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.33.4

### Fixed

- Fix stub for type resolvers used in `lighthouse:union` and `lighthouse:interface` artisan commands https://github.com/nuwave/lighthouse/pull/2518

## v6.33.3

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/Console/stubs/typeResolver.stub
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace DummyNamespace;

use GraphQL\Type\Definition\ResolveInfo;
use GraphQL\Type\Definition\Type;
use Nuwave\Lighthouse\Execution\ResolveInfo;
use Nuwave\Lighthouse\Schema\TypeRegistry;
use Nuwave\Lighthouse\Support\Contracts\GraphQLContext;

Expand Down

0 comments on commit 973328c

Please sign in to comment.