Commit b54bc974 authored by nanahira's avatar nanahira

optional findall

parent aee0c124
Pipeline #7283 passed with stages
in 1 minute and 25 seconds
......@@ -126,7 +126,7 @@ export class CrudBase<
}
async findAll(
ent?: T,
ent?: Partial<T>,
extraQuery: (qb: SelectQueryBuilder<T>) => void = () => {},
) {
const query = this.queryBuilder();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment