It would be great if the options parameter would include sequelize options like fields and where to be used on the base root query.
So, for instance, adding embed.update(User, user, Association, { where: <some filter> }) would update only users matching the filter, and any matching associations for them.
Other than that, great package! been very helpful!
It would be great if the options parameter would include sequelize options like
fieldsandwhereto be used on the base root query.So, for instance, adding
embed.update(User, user, Association, { where: <some filter> })would update only users matching the filter, and any matching associations for them.Other than that, great package! been very helpful!