Fabian Torres

Results 4 issues of Fabian Torres

Accepting options for http connection (http://php.net/manual/en/context.http.php) If the http call is behind a proxy or the server is down it will hanging for a while, to set a timeout we...

If we have a simple mutation like this with both directives ``` createUser(input: inputUser! @spread): User @create @validator @can(ability: "create") ``` @validator is not respecting the order. I'm expecting to...

discussion

f I want to make a pagination (eg. user blog entries) and make sure that the user is the logged user in the system, I’d like to use @inject ```...

enhancement

https://github.com/refactorthis/xtform/issues/40