lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

A framework for serving GraphQL from Laravel

Results 158 lighthouse issues
Sort by recently updated
recently updated
newest added

I have a situation where I need multiple GraphQL endpoints for various access controls. For example, there could be a public endpoint for creating user account, a private endpoint protected...

enhancement
discussion

Now you can only use `@inject` for simple value injections, but it could be very useful if we were able to use `@inject` for injecting same value into array inputs....

enhancement

- [x] Added or updated tests - [ ] ~Documented user facing changes~ - [x] Updated CHANGELOG.md **Changes** - Running on latest linux - Renaming of the actions for better...

enhancement

- [ ] Added or updated tests - [ ] Documented user facing changes - [ ] Updated CHANGELOG.md This PR allows us to change the root type names. I...

enhancement

I'm tried to use the existing `@whereConditions`, unfortunately, I very fast found that it is a bit strange and doesn't allow you to control available relations and their properties +...

discussion

_I originally wrote this issue differently, but rewrote it after realizing Lighthouse doesn't work the way I thought it did w.r.t. non-root type field resolvers_ **What problem does this feature...

discussion

**What problem does this feature proposal attempt to solve?** Community feedback has shown that the default resolver from `webonyx/graphql-php` may not be optimally suited for a Laravel application and there...

discussion

Currently Lighthouse has support for Apollo Federation, however recently Apollo Federation 2 came out of beta and is now completely released. Lighthouse does not currently support Apollo Federation 2, so...

enhancement

**Describe the bug** When creating a mutation with both the `@guard` directive as well as the `@validator` directive on the input, the validation is processed before the guarding. **Expected behavior/Solution**...

enhancement