Skip to content

GraphQL Laravel 3.0.0 released

Compare
Choose a tag to compare
@mfn mfn released this 20 Oct 18:53
· 1251 commits to master since this release
4f796f9

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
  • 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!