Releases: nuwave/lighthouse
Releases · nuwave/lighthouse
v6.69.2
Compare
Sorry, something went wrong.
No results found
Fixed
Honour SaveAwareArgResolver::runBeforeSave() in nested mutations instead of only at the top level #2784
Run all pre-save arg resolvers lifted out of @nest instead of silently discarding those whose field name collides with a sibling #2784
v6.69.1
Compare
Sorry, something went wrong.
No results found
Fixed
Keep lazy type loading lazy on webonyx/graphql-php >= 15.31.0 by passing scalar overrides explicitly when SchemaConfig::setScalarOverrides is available #2772
v6.69.0
Compare
Sorry, something went wrong.
No results found
Added
Add RootResolverSignatureRector rule to auto-fix root resolver __invoke signatures #2779
v6.68.0
Compare
Sorry, something went wrong.
No results found
Added
Add SaveAwareArgResolver interface for directives that need control over pre/post-save timing in mutations #2777
v6.67.0
Compare
Sorry, something went wrong.
No results found
Changed
Support haydenpierce/class-finder ^0.6, which makes lighthouse:ide-helper and DirectiveLocator significantly faster #2769
v6.66.0
Compare
Sorry, something went wrong.
No results found
v6.65.0
Compare
Sorry, something went wrong.
No results found
Added
Specify identifying columns on nested mutation upserts with @upsert and @upsertMany #2426
v6.64.3
Compare
Sorry, something went wrong.
No results found
Fixed
Fix upsert for HasOne creating a new record instead of updating when no id is provided in the input #2742
Throw error when using create on HasOne relation when a related model already exists #2742
v6.64.2
Compare
Sorry, something went wrong.
No results found
Fixed
Use String type for HAS.condition.column in @whereConditions instead of incorrectly inheriting the parent's column enum type #2725
v6.64.1
Compare
Sorry, something went wrong.
No results found
Fixed
Handle explicit null for page argument in paginated queries #2735