(field: string, alias: string, cond?: FilterQuery<any>)
| 269 | join(field: string, alias: string, cond?: FilterQuery<any>, type?: JoinType, path?: string): this; |
| 270 | innerJoin(field: string, alias: string, cond?: FilterQuery<any>): this; |
| 271 | leftJoin(field: string, alias: string, cond?: FilterQuery<any>): this; |
| 272 | joinAndSelect(field: any, alias: string, cond?: FilterQuery<any>): this; |
| 273 | leftJoinAndSelect(field: any, alias: string, cond?: FilterQuery<any>, fields?: string[]): this; |
| 274 | innerJoinAndSelect(field: any, alias: string, cond?: FilterQuery<any>, fields?: string[]): this; |
no outgoing calls
no test coverage detected