lighthouse

A framework for serving GraphQL from Laravel

MIT License

Downloads
6.9M
Stars
3.3K
Committers
195

Bot releases are hidden (Show)

lighthouse - v3.4.0

Published by spawnia over 5 years ago

Added

lighthouse - v3.3.0

Published by spawnia over 5 years ago

Added

Deprecated

lighthouse - v3.2.1

Published by spawnia over 5 years ago

Changed

lighthouse -

Published by spawnia over 5 years ago

Added

lighthouse -

Published by spawnia over 5 years ago

Added

Deprecated

lighthouse - v3.0.0

Published by spawnia over 5 years ago

Added

Changed

Fixed

Removed

lighthouse - v3.0 Beta 4

Published by spawnia over 5 years ago

Enable using specific model instances in @can #684

lighthouse - v3.0 Beta 3

Published by chrissm79 over 5 years ago

lighthouse -

Published by spawnia over 5 years ago

lighthouse - v3.0 Beta 1

Published by chrissm79 over 5 years ago

lighthouse -

Published by spawnia over 5 years ago

lighthouse - v3.0 Alpha

Published by chrissm79 almost 6 years ago

lighthouse - v2.6.3

Published by spawnia almost 6 years ago

  • #414 Enable usage of the default field namespace for @Complexity
  • #420 Throw a helpful error message if the schema is not found
lighthouse - Allow publishing the schema and config seperately (#419)

Published by spawnia almost 6 years ago

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

lighthouse - #412 [Fix] Lumen request array access

Published by spawnia almost 6 years ago

lighthouse - Better default namespace resolution (#406)

Published by spawnia almost 6 years ago

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.

lighthouse - Run middleware inside of the field resolution process

Published by spawnia almost 6 years ago

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
lighthouse - Field Generator Commands & Fixed Pagination

Published by spawnia about 6 years ago

lighthouse - #391 Manipulate response from extensions

Published by spawnia about 6 years ago

lighthouse - Version 2.3

Published by chrissm79 about 6 years ago