mickhansen/dataloader-sequelize

Question: Using dataloader-sequelize with multiple databases

rcpu opened this issue · 1 comments

rcpu commented

Hi,
I am having an application which is having multiple databases, with same schema structure. When a request arrives based on the user, we resolve it to the right database models dynamically.

Is there any examples on switching the data loader context dynamically.

rcpu commented

Created a ticket on graphql-sequelize repo
mickhansen/graphql-sequelize#683