Benedikt Franke

Results 536 comments of Benedikt Franke

That's great, please create a PR to update the docs.

Please open an issue with the upstream library https://github.com/webonyx/graphql-php. We can fix it in Lighthouse by updating our dependency after it has been fixed there.

I might merge a pull request for this, given it is simple enough to implement and does not hurt performance.

@andrewmclagan feel free to create a pull request. This can probably be integrated in the tracing module, see https://github.com/nuwave/lighthouse/tree/master/src/Tracing. It should be an optional feature that is activated through a...

Interfaces are great when we have classes that the user may want to plug into or subsitute the implementation. Not all classes or methods we provide fall under that category....

@georgeboot This issue does not have anything to do with the GraphQL schema. It is about adding PHPDoc annotations to our code.

That behavior is expected, given the return type of your field is most probably nullable (not marked with `!`). In that case, returning `null` for the field is what should...

The first step towards getting this fixed is to create a PR with a failing test case.

You can use the following channels to ask support questions: - [Use the laravel-lighthouse tag on Stackoverflow](https://stackoverflow.com/questions/tagged/laravel-lighthouse) - [Hop into Slack](https://join.slack.com/t/lighthouse-php/shared_invite/enQtMzc1NzQwNTUxMjk3LWMyZWRiNWFmZGUxZmRlNDJkMTQ2ZDA1NzQ1YjVkNTdmNWE1OTUyZjZiN2I2ZGQxNTNiZTZiY2JlNmY2MGUyNTQ) This repository and the issue tracker are used to...