UNPKG

@nestjs/graphql

Version:

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

5 lines 248 B
import { GqlTypeReference } from '../../interfaces'; export declare class CannotDetermineInputTypeError extends Error { constructor(hostType: string, typeRef?: GqlTypeReference); } //# sourceMappingURL=cannot-determine-input-type.error.d.ts.map