Unable to process queries in graphql as included classes is reported as not found
I am using Laravel version 5.8.8 with graphql plugin provided by https://github.com/rebing/graphql-laravel
'GraphQL' => Rebing\GraphQL\Support\Facades\GraphQL::class
Rebing\GraphQL\GraphQLServiceProvider::class,
Graphiql\GraphiqlServiceProvider::class,