This package provides an error handler to add missing/removed category extension from Lighthouse 6.0
You can install the package via composer:
composer require oneduo/lighthouse-category-handler
Add the handler at the END of config lighthouse.error_handlers
'error_handlers' => [
\Nuwave\Lighthouse\Execution\AuthenticationErrorHandler::class,
\Nuwave\Lighthouse\Execution\AuthorizationErrorHandler::class,
\Nuwave\Lighthouse\Execution\ValidationErrorHandler::class,
\Nuwave\Lighthouse\Execution\ReportingErrorHandler::class,
\Oneduo\LighthouseCategoryHandler\CategoryHandler::class,
],
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.