Skip to content

Releases: nuwave/lighthouse

v3.0 Beta 3

19 Mar 19:24
dff751c
Compare
Choose a tag to compare
v3.0 Beta 3 Pre-release
Pre-release
Merge pull request #549 from liepaja/nested-mutations-for-update

Populating nested mutations with other relationships for @update

v3.0-beta.2: Merge pull request #670 from mll-lab/extensions-response

16 Mar 14:09
271c728
Compare
Choose a tag to compare
Use ExtensionsResponse class for BuildExtensionsResponse

v3.0 Beta 1

13 Mar 19:38
4b1f05d
Compare
Choose a tag to compare
v3.0 Beta 1 Pre-release
Pre-release
Merge pull request #645 from mll-lab/event-based-request-lifecycle

Event based request lifecycle

v2.6.4: Fix error in RuleFactory.php, closes #573 (#582)

22 Jan 07:08
Compare
Choose a tag to compare
**Related Issue/Intent**

Resolves #573

**Changes**

The anonymous function already accounts for `$node = null`, but it now also allows `$node = null` as input.

v3.0 Alpha

07 Jan 13:21
Compare
Choose a tag to compare
v3.0 Alpha Pre-release
Pre-release
v3.0-alpha.1

Fix lighthouse:query/mutation generation default parameter before req…

v2.6.3

02 Nov 22:40
8412d70
Compare
Choose a tag to compare
  • #414 Enable usage of the default field namespace for @Complexity
  • #420 Throw a helpful error message if the schema is not found

Allow publishing the schema and config seperately (#419)

02 Nov 09:39
faae903
Compare
Choose a tag to compare

Just tested this in a local project, everything works as before. This gives the option to

php artisan vendor:publish --provider="Nuwave\Lighthouse\Providers\LighthouseServiceProvider" --tag=schema

or

php artisan vendor:publish --provider="Nuwave\Lighthouse\Providers\LighthouseServiceProvider" --tag=config

to publish only the parts of the assets that you want

#412 [Fix] Lumen request array access

01 Nov 12:17
3af63a1
Compare
Choose a tag to compare
Merge pull request #412 from nuwave/fix/lumen-request-array

[Fix] Lumen request array access

Better default namespace resolution (#406)

29 Oct 07:32
8a0be8b
Compare
Choose a tag to compare

Features/Bugfixes

Default namespaces for Queries and Mutations are now cleanly applied
to the @field directive.

Breaking

If no resolver was found for a field, Lighthouse throws an Exception. This will only
help uncover bugs and help users to fix mistakes in their schema definition.

Internals that concern how field resolvers are built were slightly changed, only users that
reach far into the internal methods for defining custom directives might be affected.

Run middleware inside of the field resolution process

27 Oct 09:30
Compare
Choose a tag to compare

Features

  • Run middleware on a per-field basis #395
  • Default to field name if no explicit value is given for an ENUM #409

Bugfixes

  • Add new line to the end of the imported file #410