jhipster / generator-jhipster-nodejs

A NodeJS blueprint that creates the backend using NestJS
https://www.npmjs.com/package/generator-jhipster-nodejs
Apache License 2.0
256 stars 82 forks source link

Filter for endpoints #279

Open scevizci opened 1 year ago

scevizci commented 1 year ago

How to add filters for created entities?

I added these lines bottom of my jdl file but doesn't create any filter:

dto with mapstruct filter service * with serviceClass

ghost commented 1 year ago

Thanks for the issue. But, filters have not supported yet.

scevizci commented 1 year ago

Thanks for answer 🥇 When will be supported?

ghost commented 1 year ago

For now we have to resolve nodejs generator upgrade. Thanks