Jesús Ferretti

Results 29 comments of Jesús Ferretti

Hi @ryannealmes! I already planned some things but I didn't have enough time to play with the code. Anyway, we can discuss here things in more detail so that we...

I created a [repository](https://github.com/jferrettiboke/graphql-api-example). Note how the example is using the shared database approach with no joins. Once Prisma supports multi-database, I think we could manage services easier with the...

@dohaicuong Thanks for sharing this. One thing concerns me, though. How can Prisma ensure distributed transactions when using microservices? We should have events or something to communicate with other services.

It would be awesome to have the same example with GraphQL.js and DataLoader.

>@jferrettiboke I wasn't able to test on Windows, any feedback would be much appreciated 🙏 @Weakky It doesn't work on Windows yet. Still the same issue.

@Weakky Any solution to this? It's almost impossible to work in this way.

Does anyone still have the same issue than me? I would appreciate if someone, hopefully @Weakky, could have a look into this and give us a fix. I am using...

Thanks for letting me know that. I can confirm this is fixed installing `nexus@next`.

Hi @kul1010. I am very glad to know it is helpful for you. Good question! I think your proposal is worth for this project and repository. So, I will do...

Hi @pulsecat. Thanks for your contribution. Can you show some test cases for this? This should not happen because `componentWillMount()` and `componentWillUpdate()` are invoked immediately before rendering.