Benedikt Franke

Results 97 issues of Benedikt Franke

- [x] Added automated tests - [ ] Documented for all relevant versions - [ ] Updated the changelog Resolves https://github.com/spawnia/sailor/issues/30 **Changes** Support the upcoming `graphql-php` v15. **Breaking changes** So...

**Is your feature request related to a problem? Please describe.** Query strings could be printed more compactly by omitting some whitespace. This would shave off a few bytes from each...

enhancement

First of all: Thank you for this library, we are using it in a project of ours and it is working great for us. ## Problem Statement We rely heavily...

Upgrading this library to 1.12.1 or above causes a massive slowdown of our test runs. Here is how long our tests run with different versions of this library: - 1.12.0:...

- [x] Added or updated tests - [x] Added or updated the [README.md](../README.md) - [x] Detailed changes in the [CHANGELOG.md](../CHANGELOG.md) unreleased section **Related Issue/Intent** This pull request improves type safety...

enhancement

When specifying relationships via `hasOne` and `hasMany`, i do not like that i have to rely on those magic strings - and could easily make a mistake typing them out....

Hi Ivan 👋 The control panel *Change Schema* from https://apis.guru/graphql-voyager/ is really useful to me. It is only available in the demo version and not the bundle available from a...

Resolves https://github.com/graphql/graphql-js/issues/2020 I initially thought about implementing this as https://github.com/graphql/graphql-js/issues/2020#issuecomment-866798901, but really could not think of a good use case where a directive should be printed in a modified way....

- Only generate minimal necessary rules to prevent infinite loops with circularly nested Input Objects - Move validation from trait to the generic field class. This makes it so that...

I found that validating for circular references within Input Objects is an ongoing issue within the specification project: https://github.com/facebook/graphql/issues/189 ````graphql input Something { name: String somethingElse: Something! } ```` I...