Releases: nuwave/lighthouse
Releases · nuwave/lighthouse
v6.41.0
Added
- Add
@withoutGlobalScopes
directive #2577
v6.40.0
Added
- Make
GraphQL::loadPersistedQuery
public #2579
v6.39.0
Added
- Add directives
@createMany
, @updateMany
and @upsertMany
to mutate multiple models at once #2578
Changed
- Split
MutationExecutorDirective
into OneModelMutationDirective
and ManyModelMutationDirective
#2578
v6.38.1
Fixed
- Correct decay value calculation in
@throttle
directive #2573
v6.38.0
Added
- Add option
builder
to @limit
to apply an actual LIMIT
clause #2571
v6.37.1
Fixed
- Eliminate redundant
Model::save()
calls in nested mutations #2570
v6.37.0
Changed
- Also report instances of
GraphQL\Error\Error
without previous exceptions in ReportingErrorHandler
#2567
- Report all errors thrown during the execution of async mutations regardless of client-safety #2567
v6.36.3
Fixed
- Actually use raw attributes in comparison of paginated related models #2550
v6.36.2
Changed
- Compare raw attributes only when ensuring uniqueness of paginated related models #2540
v6.36.1
Fixed
- Native PHP Enums registered through the
TypeRegistry
may be used as morph type in nested MorphTo
relations #2544