@graphql-codegen/typescript-nest
Version:
GraphQL Code Generator plugin for generating NestJS compatible types
8 lines (7 loc) • 502 B
TypeScript
import { DecoratorOptions, Type } from './types.js';
export declare const isDefinitionInterface: (definition: any) => any;
export declare const escapeString: (str: string) => string;
export declare const formatDecoratorOptions: (options: DecoratorOptions, isFirstArgument?: boolean) => string;
export declare const buildTypeString: (type: Type) => string;
export declare const fixDecorator: (type: Type, typeString: string) => string;
export declare const getNestNullableValue: (type: Type) => string;