chainQueries3.ejs 175 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 Sequelize.chainQueries( { methodWithParams: project, params: [1, 2, 3] }, function() { // the method call will equal: project.methodWithParams(1, 2, 3, callback) } )