Skip to content

Releases: nuwave/lighthouse

v6.69.2

Choose a tag to compare

@spawnia spawnia released this 29 Jul 13:04

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

Choose a tag to compare

@spawnia spawnia released this 23 Jul 07:11

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

Choose a tag to compare

@spawnia spawnia released this 20 Jul 07:25

Added

  • Add RootResolverSignatureRector rule to auto-fix root resolver __invoke signatures #2779

v6.68.0

Choose a tag to compare

@spawnia spawnia released this 02 Jul 09:46

Added

  • Add SaveAwareArgResolver interface for directives that need control over pre/post-save timing in mutations #2777

v6.67.0

Choose a tag to compare

@spawnia spawnia released this 07 Jun 09:02

Changed

  • Support haydenpierce/class-finder ^0.6, which makes lighthouse:ide-helper and DirectiveLocator significantly faster #2769

v6.66.0

Choose a tag to compare

@spawnia spawnia released this 30 Mar 07:32

Added

  • Support Laravel 13 #2766

v6.65.0

Choose a tag to compare

@spawnia spawnia released this 14 Feb 15:43

Added

  • Specify identifying columns on nested mutation upserts with @upsert and @upsertMany #2426

v6.64.3

Choose a tag to compare

@spawnia spawnia released this 05 Feb 08:59

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

Choose a tag to compare

@spawnia spawnia released this 13 Jan 16:07
e3a8509

Fixed

  • Use String type for HAS.condition.column in @whereConditions instead of incorrectly inheriting the parent's column enum type #2725

v6.64.1

Choose a tag to compare

@spawnia spawnia released this 13 Jan 13:41
5811da0

Fixed

  • Handle explicit null for page argument in paginated queries #2735