UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

7 lines 280 B
import { GqlTypeReference } from '../../interfaces'; export declare class OrphanedReferenceRegistry { private readonly registry; addToRegistryIfOrphaned(typeRef: GqlTypeReference): void; getAll(): Function[]; } //# sourceMappingURL=orphaned-reference.registry.d.ts.map