Benedikt Franke

Results 97 issues of Benedikt Franke

**What problem does this feature proposal attempt to solve?** See https://github.com/nuwave/lighthouse/pull/1871. Database queries are unnecessarily duplicated. **Which possible solutions should be considered?** When using dot notation to batch load a...

enhancement
performance

**What problem does this feature proposal attempt to solve?** The native spec-compliant validation performed by `webonyx/graphql-php` (`!`, scalars) and Lighthouse/Laravel (`@rules`, `@validator`) run in different phases and return different error...

enhancement
discussion

**What problem does this feature proposal attempt to solve?** Large parts of our schema consists of `type` definitions that match our models. Calling `php artisan lighthouse:validate-schema` does not validate that...

discussion

The newest Ubuntu 20.04 in GitHub actions is now using MySQL 8: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#mysql. MySQL 8.0 requires a new authentication method that is only supported in PHP 7.4+.defaults: Once we drop...

discussion

**Is your feature request related to a problem? Please describe.** Currently, we have no hard rule of what we consider breaking changes. Although many methods are public, we have not...

enhancement
6.x

It should be possible to create or update models that are related through a MorphTo relationship when issuing a mutation. **The Problem** The `create` and `update` operations can not be...

enhancement

**What problem does this feature proposal attempt to solve?** Lighthouse applies a process we call *schema manipulation* for some directives, allowing them to transform the GraphQL AST: https://github.com/nuwave/lighthouse/blob/301930b356faa63da681d564cbef41c7d312f2aa/src/Schema/AST/ASTBuilder.php#L133-L137 The directives...

enhancement

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

bug

There are no breaking changes in styled-components v5, so this is safe. https://github.com/styled-components/styled-components/releases/tag/v5.0.0

Resolves https://github.com/react-component/picker/issues/147