Benedikt Franke

Results 518 comments of Benedikt Franke

I believe there is nothing we can do to fix this. The GraphQL specification distinguishes between scalars and lists, see https://spec.graphql.org/draft/#sel-FAFdFABAB6EugR > Field and directive arguments accept input values of...

See https://github.com/webonyx/graphql-php/pull/1262#issuecomment-1427737342.

No, as it is an optional dependency.

Again, your branch is out of date. You need to add this repository as a remote to your project and merge/rebase against the latest `master`.

The merge was totally messed up, I just fixed it.

The GraphQL spec tells you what shape your returned result must take. Inclusion of an error depends on the field being nullable. Following from that, this spec tells you what...

> I would like to still return the model that was just deleted Why though? I am starting to doubt if Lighthouse should do that.

Is this approach actually used significantly? I tried to search GitHub for mentions in issues with the following query: https://github.com/search?q=%22application%2Fgraphql%22&type=issues. I found it hard to make sense of the result....