Benedikt Franke

Results 107 issues of Benedikt Franke

See https://github.com/graphql/graphql-js/pull/1802

enhancement

The current implementation of `Schema` always adds standard scalar types to the schema, even if they are not used. This differs from the reference implementation, which has added quite a...

enhancement
BC break

## Summary It would be nice if this library can provide a mechanism to determine queries that are identical regarding their execution. This is useful for performance optimizations, including but...

enhancement

I stumbled upon this when trying to ban the use of `sprintf` in our project. Because we are using the amazing https://github.com/thecodingmachine/safe, we also have to ban `\Safe\printf`. The configuration...

**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

**Is your feature request related to a problem? Please describe.** Many users have come up with use cases where they require some of the other relationship types of Eloquent, such...

enhancement

- [x] Added or updated tests - [ ] Documented user facing changes - [ ] Updated CHANGELOG.md Resolves https://github.com/nuwave/lighthouse/issues/2106 **Changes** Allows using `scopes` in polymorphic relation directives and actually...

enhancement

**What problem does this feature proposal attempt to solve?** Loose types. **Which possible solutions should be considered?** We could migrate gradually, but I think we should do it in one...

6.x

- [x] Added or updated tests - [ ] Documented user facing changes - [ ] Updated CHANGELOG.md **Changes** **Breaking changes**

bug