How to use the forest-express-sequelize.ResourceSerializer function in forest-express-sequelize

To help you get started, we’ve selected a few forest-express-sequelize examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ForestAdmin / forest-live-demo-lumber / routes / products.js View on Github external
.spread((count, customers) => {
        return new Liana.ResourceSerializer(Liana, models.customers, customers, null, {}, {
          count: count[0].count
        }).perform();
      })
      .then((products) => {