Results 12 comments of Ali Rizwan

I would not recommend using joins unless it's necessary. Joins will make query slow since it uses `include` option from sequelize. If you don't use joins, dataloader will kick in...

> Hi @alirizwan, To come back to this I've had some similar issues where the joins are taking forever, So like @jor3l I've enabled the dataloader but noticed there are...

@charlie-s we can schedule a call and I can help you with this.

Of course, please go ahead and raise a PR, will review it as soon as it's in.

Thank you for the PR. I will test tonight and merge - release

Hi Lewis, it depends upon the relation. The delete happens can happen if you are running bulk update on a through model. If that's the case then it also depends...

***@***.*** Let’s discuss here Sent from my iPhone On Dec 10, 2021, at 10:07 AM, Lewis McLennan ***@***.***> wrote:  Thanks for your reply @alirizwan, do you have a contact...

ali.aruz at outlook dot com Sent from my iPhone On Dec 10, 2021, at 10:52 AM, Lewis McLennan ***@***.***> wrote:  That's a shame it seems to *** out your...

Hi, Subscriptions are being re-done in the newer version. If you want to keep using the current version I can prepare an example of that and share with you.

It most probably would be different because I’m trying to build a tool agnostic subscription model so you can use redis or any other tool in front of it to...