strapi/packages/strapi-generate-api
Nick Verwymeren d123b14ae5
Fixes issues when doing an 'IN' query
When doing an 'IN' query it looks like this will incorrectly loop over the values and put them into multiple where clauses. This additional check on the symbol should leave the array untouched and pass it on into the orm for processing.
2018-10-17 11:50:43 -05:00
..
2018-09-24 12:33:09 -05:00
2018-07-19 14:46:03 +02:00
2018-07-19 14:46:03 +02:00
2018-10-08 17:14:19 +02:00

strapi-generate-api

npm version npm downloads npm dependencies Build status Slack status

This Strapi generator contains all the default files for a new API.

This generator can be called with:

$ strapi generate:api apiName

Resources