Added
- Add compatibility layer to allow
@middleware
to support Lumen #786 - Add option
decode
to@globaldId
to control the result of decoding #796 - Add config option
cache.ttl
for customizing expiration time of schema cache #801 - Extract test helpers into a reusable trait
\Nuwave\Lighthouse\Testing\MakesGraphQLRequests
#802 - Support custom rule classes in
@rules
and@rulesForArray
#812
Fixed
- Fix querying for falsy values through
@whereConstraints
#800 - Use
Illuminate\Contracts\Events\Dispatcher
instead of concrete implementation in SubscriptionBroadcaster #805
Deprecated
- The
GraphQL
facade and the container aliasgraphql
will be removed in v4