You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built a GraphQL generator (www.baseql.com) which uses https://github.com/graphql/dataloader to avoid N+1 queries when fetching associations in a fairly generic way. I've seen the schema generator code and it looks similar to mine from a high level PoV, so it might be worth taking a look at this potential optimization (self-note mostly)
Worth a try? https://github.com/mickhansen/dataloader-sequelize
The text was updated successfully, but these errors were encountered: