UNPKG

@nestjs/graphql

Version:

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

6 lines (5 loc) 204 B
export interface PluginOptions { typeFileNameSuffix?: string | string[]; introspectComments?: boolean; } export declare const mergePluginOptions: (options?: Record<string, any>) => PluginOptions;