Jeremiah VALERIE

Results 93 comments of Jeremiah VALERIE
trafficstars

Hi, nice to hear that the bundle helps, i'll try to add a union example soon as possible.

Hi, thanks for this long feedback take me some time to read it but now I'm done :laughing:. I think using a DBAL or even PDO is much more powerful...

I don't understand the issue, while using dataloader if you don't need ORM anymore, why keeping it? Dataloader is a way of optimizing your request to DB while using graphql...

That look good to me, how can I help you to implement this?

This limitation was introduce in a first place by promise adapters like [ReactPromise](https://github.com/overblog/dataloader-php/blob/master/lib/promise-adapter/src/Adapter/ReactPromiseAdapter.php#L66) by example. But this limitation is maybe outdated.

Can you give this a try please: ```php use GuzzleHttp\Promise\Promise; use Overblog\DataLoader\DataLoader; use Overblog\PromiseAdapter\Adapter\GuzzleHttpPromiseAdapter; class Sandbox { public function handle() { $promiseAdapter = new GuzzleHttpPromiseAdapter(); $myBatchGetUsers = function ($keys) use...

Thanks for feedback we'll update the documentation to make this part a little clearer.

I missed that one @vladar , you was not against override of internal types?

Thank you! The documentation is not up-to-date. This is the right syntax since 0.14, do you want to submit this update for 0.14 branch ?

Can you provide a full example of how you extends the connection meta type please?