import { Type } from '@nestjs/common'; import { GraphQLResolveInfo } from 'graphql/type'; export declare function getFieldsToPopulate(info: GraphQLResolveInfo, type: Type, debug?: boolean): any[]; //# sourceMappingURL=get-fields-to-populate.d.ts.map