Benedikt Franke
Benedikt Franke
Renaming or changing validation rules is most likely going to be breaking. Given you just released https://github.com/graphql/graphql-js/releases/tag/v16.0.0-rc.3, perhaps now is not a good time to start working on this?
I am currently experiencing an issue with circular references in InputObjects. I have defined rules with my InputObjects, which causes `inferRulesFromType` and `getInputTypeRules` to run into an infinite loop. I...
While working on this, i found that we actually have two seperate issues going on here. I have opened another issue to detect rule definitions for circular referenced Input Objects...
Since my fix for this is not getting merged, and this Repo is apparently unmaintained i jumped ship. I can warmly recommend https://lighthouse-php.com/, we are actively developing it and it...
It depends on how specialized your Queries are. If you do mostly CRUD and a lot of Eloquent, it is a breeze. If not, you will have to dig in...
@mfn Yeah, error handling is quite a bit different in GraphQL. You can not really abort on the first error, since you might have another field that worked and should...
`webonyx/graphql-php` does a good job of collecting the errors. I made it so our error handler sends all Exceptions through a pipeline that works just like middleware. You can register...
While using this in our actual project, i stumbled upon a problem. We have deeply nested inputs with many fields. My first attempt at solving this prevented the occurence of...
Convenient array validation was introduced in Laravel 5.2, so the tests for 5.1 are failing. Since 5.1 is now over two years old and is at EOL apart from security...
If anyone else is having issues with this and noticed that this repo is dead since April, head on over to https://github.com/nuwave/lighthouse Way more pleasant to work with and development...