fullstack-apollo-express-postgresql-boilerplate icon indicating copy to clipboard operation
fullstack-apollo-express-postgresql-boilerplate copied to clipboard

Sequelize findById is not a function

Open mejustdev opened this issue 5 years ago • 1 comments

findById did not work in my case.

I find the solution in Stackoverflow Changed it to findByPk

mejustdev avatar Sep 08 '20 05:09 mejustdev

Correct - findById is deprecated in sequelize. Use findByPk

gregegan avatar Oct 18 '20 16:10 gregegan