Page Contents
Home > @loopback/repository > CrudRepositoryImpl > find
CrudRepositoryImpl.find() method
Signature:
find(filter?: Filter<T>, options?: Options): Promise<T[]>;
Parameters
Parameter | Type | Description |
---|---|---|
filter | Filter<T> | |
options | Options |
Returns:
Promise<T[]>