Releases: nuwave/lighthouse
Releases · nuwave/lighthouse
v6.11.0
Added
- Add option
findOrFail
to @can
directive #2416
v6.10.1
Fixed
- Guess type names of programmatically registered types for models #2415
v6.10.0
Added
- Allow default model class resolution for
union
types #2406
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