Skip to content
Advertisement

Tag: feathers-sequelize

feathers js get custom attribute value

I’m first time using feathers and Sequelize. I want ask something for the example I have data user my expected return but I got all data user b Answer You can use the after hook to delete the properties that you don’t want to get. Or you can use the feathers.js common querying to deselect the specific fields and querying

Advertisement