Releases: nuwave/lighthouse
Releases · nuwave/lighthouse
v6.30.0
Added
- Add configuration option
parse_source_location
#2499
v6.29.1
Fixed
- Ensure
@rule
is never applied to argument lists themselves #2489
v6.29.0
Fixed
- Return empty results for pagination
first: 0
#2480
v6.28.0
Added
- Mark common pagination types as
@shareable
for Apollo Federation v2 #2485
v6.27.0
Added
- Split up
@can
directive into @canFind
, @canModel
, @canQuery
, @canResolved
and @canRoot
#2483
- Added
action
and returnValue
arguments to @can*
family of directives #2483
- Allows using any objects in
@can*
family of directives #2483
v6.26.1
Fixed
- Add
scalar link__Import
and enum link__Purpose
to @link
definition #2484
v6.26.0
Added
- Support federated tracing #2479
v6.25.0
Added
- Add
@namespaced
directive for namespacing by separation of concerns #2469
v6.24.0
Added
- Add support for
extend union
syntax #2468
v6.23.2
Fixed
- Exclude unnecessary
extend schema
from federation schema printer #2477