UNPKG

@graphql-codegen/typescript-nest

Version:

GraphQL Code Generator plugin for generating NestJS compatible types

10 lines (9 loc) 474 B
export declare const MAYBE_REGEX: RegExp; export declare const ARRAY_REGEX: RegExp; export declare const SCALAR_REGEX: RegExp; export declare const GRAPHQL_TYPES: string[]; export declare const NEST_SCALARS: string[]; export declare const FIX_DECORATOR_SIGNATURE = "type FixDecorator<T> = T;"; export declare const SCALARS: string[]; export declare const NEST_PREFIX = "Nest"; export declare const NEST_IMPORT = "import * as Nest from '@nestjs/graphql';\nexport { Nest };";