UNPKG

@webundsoehne/nestjs-graphql-typeorm-dataloader

Version:

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

9 lines (7 loc) 151 B
/** * Specific options for the typeorm loader itself. */ interface TypeormLoaderOptions { selfKey?: boolean; } export { TypeormLoaderOptions };