Releases: nuwave/lighthouse
Releases · nuwave/lighthouse
v6.9.2
Fixed
- Fix
DirectiveLocator
assertion
v6.9.1
Fixed
- Ensure built-in directives have the lowest priority in registration #2403
v6.9.0
Added
- Add feature toggles via
@hide
and @show
directive #2392
v6.8.1
Fixed
- Fix
scalar.stub
return type
v6.8.0
Added
- Add the ability to specify the disk the artisan command
lighthouse:print-schema
will write to via the --disk
option #2379
v6.7.0
Added
- Simplify exposing root type
Query
in nested results #2384
v6.6.1
Fixed
- Add
Node
interface as soon as a type uses it with @node
#2387
v6.6.0
Fixed
- Correctly exclude all built-in types when calling
lighthouse:ide-helper
with --omit-built-in
flag #2376
v6.5.0
Added
- Add
Nuwave\Lighthouse\Schema\AST\ASTHelper::addDirectiveToNode()
to simplify dynamic addition of directives #2369
v6.4.0
Added
- Allow customizing query complexity calculation of
@paginate
with argument complexityResolver
#2372