GraphQL Laravel 3.0.0 released
Full ChangeLog for 3.0.0
We're bumping the major version as this release contains two breaking changes:
Added
- Add
wrapType()
, allowing to add more information for queries/mutations #496 / albertcito
Changed
- The signature of
authorize
changed, receiving not the exact same argumenst the resolver would #489 / mfn- before:
public function authorize(array $args)
- after:
public function authorize($root, array $args, $ctx, ResolveInfo $resolveInfo = null, Closure $getSelectFields = null): bool
- before:
- Forward PHP engine errors to the application error handler #487 / mfn
As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation!