UNPKG

nestjs-decorated-dataloaders

Version:

A module that helps you to create graphql dataloaders with decorators in Nest.js

6 lines (5 loc) 176 B
/** * Relations type used to circumvent ESM tests circular dependency issue * caused by reflection metadata saving the type of the property. */ export type Relation<T> = T;