dchester / epilogue

Create flexible REST endpoints and controllers from Sequelize models in your Express app
846 stars 116 forks source link

added support for scopes for 'read' endpoints #200

Closed bartolomeon closed 7 years ago

bartolomeon commented 7 years ago

Needed a support for Sequelize scopes also in case of read operations. May be useful in some cases - e.g. we have used it to steer what set of includes we get.

mbroadst commented 7 years ago

thanks for the contribution!