Skip to content

Commit

Permalink
docs(middleware): add deleteOne and deleteMany to query hooks list re:
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 11, 2019
1 parent 33f6aa1 commit a398809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/middleware.jade
Expand Up @@ -35,6 +35,8 @@ block content
In query middleware functions, `this` refers to the query.

* [count](./api.html#query_Query-count)
* [deleteMany](./api.html#query_Query-deleteMany)
* [deleteOne](./api.html#query_Query-deleteOne)
* [find](./api.html#query_Query-find)
* [findOne](./api.html#query_Query-findOne)
* [findOneAndDelete](./api.html#query_Query-findOneAndDelete)
Expand Down

0 comments on commit a398809

Please sign in to comment.