Page Contents
Home > @loopback/repository > DefaultHasManyThroughRepository > patch
DefaultHasManyThroughRepository.patch() method
Signature:
patch(dataObject: DataObject<TargetEntity>, where?: Where<TargetEntity>, options?: Options & {
throughOptions?: Options;
}): Promise<Count>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| dataObject | DataObject<TargetEntity> | |
| where | Where<TargetEntity> | |
| options | Options & { throughOptions?: Options; } |
Returns:
Promise<Count>