I am getting this error in production:
exception: "Nuwave\Lighthouse\Exceptions\DefinitionException" file: "/var/www/app/vendor/nuwave/lighthouse/src/Schema/TypeRegistry.php" line: 95 message: "Lighthouse failed while trying to load a type: CreateTicketInput↵↵Make sure the type is present in your schema definition.↵" trace: [,…]
and someone advices to clear the Lighthouse cache here.
But I already used to clear laravel cache with artisan cache:clear
So my question is: does artisan cache:clear
also remove lighthouse cache?