Finds one document.
(
filter: QueryFilter<TRawDocType>,
projection: ProjectionType<TRawDocType> | null | undefined,
options: QueryOptions<TRawDocType> & { lean: true } & mongodb.Abortable
)
| 465 | |
| 466 | /** Finds one document. */ |
| 467 | findOne<ResultDoc = THydratedDocumentType>( |
| 468 | filter: QueryFilter<TRawDocType>, |
| 469 | projection: ProjectionType<TRawDocType> | null | undefined, |
| 470 | options: QueryOptions<TRawDocType> & { lean: true } & mongodb.Abortable |
no outgoing calls