mickhansen/dataloader-sequelize

implement reload

mschipperheyn opened this issue · 2 comments

I'm running into an issue where I'm not getting associatioted data when I reload an item.

return dbItem.reload({
	[EXPECTED_OPTIONS_KEY]: context
});

Judging from the source code, reload is not supported, correct?

reload should use find internally, so it should simply work, unless sequelize does not pass along all options

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.