nuwave / lighthouse

A framework for serving GraphQL from Laravel
https://lighthouse-php.com
MIT License
3.33k stars 434 forks source link

Register missing WhereConditionsServiceProvider #2542

Closed xaviapa closed 2 months ago

xaviapa commented 2 months ago

WhereConditionsServiceProvider is missing to be registered in composer.json. Found it because when trying to use the directive @whereHasConditions, it was telling me that it was not found.

spawnia commented 2 months ago

As mentioned in the docs, it is experimental and not added by default.