import { FieldMiddleware } from '@nestjs/graphql';

/**
 * This middleware checks and processes for the subfields of a parent entity that should be resolved by the data loader.
 * It will automatically parse the subfield with the given decorator according to the relation type given.
 */
declare const TypeormLoaderMiddleware: FieldMiddleware;

export { TypeormLoaderMiddleware };
