ethanresnick / json-api

Turn your node app into a JSON API server (http://jsonapi.org/)
GNU Lesser General Public License v3.0
268 stars 41 forks source link

MongooseAdapter: runSettersOnQuery #154

Open ethanresnick opened 6 years ago

ethanresnick commented 6 years ago

Have a config option that defaults true and forces runSettersOnQuery to always be applied. If that option is false, whether we use runSettersOnQuery would fall back to the schema's option. Or, we could make it always on, which would ease the eventual move to Mongoose 5, where the setting is always on.