We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Used to make required database calls.
model: A mongoose.model indicating the resource for CRUD operations to be performed.
model
mongoose.model
createResource: Used to create a new resource for the given model.
createResource
getOneById: Used to fetch a single document by it's _id.
getOneById
_id
updateOneById: Used to update a single document by it's _id.
updateOneById
deleteById: Used to delete a single document by it's _id.
deleteById
There was an error while loading. Please reload this page.