v1.2.0
Added
- Decorate the response with debug information when using barryvdh/laravel-debugbar.
Changed
- Upgrade webonyx/[email protected] for improved schema language support.
Fixed
- The code in
HandlesGraphqlRequests->errorFormatter()
always assumed\Exception
from\GraphQL\Error\Error->getPrevious()
when it fact it returns\Throwable
. We now ensure that we always pass\Exception
toExceptionHandler->report()
.