UNPKG

@webundsoehne/nestjs-graphql-typeorm-dataloader

Version:

A library to utilize the graphql-dataloader with nestjs and typeorm.

6 lines (4 loc) 232 B
declare type KeyFunc = (parent: any) => any | any[] | undefined; declare type ForeignKeyFunc = (root: any) => any | undefined; declare type SelfKeyFunc = (root: any) => any | any[]; export { ForeignKeyFunc, KeyFunc, SelfKeyFunc };