UNPKG

nexus

Version:

Scalable, strongly typed GraphQL schema development

3 lines (2 loc) 208 B
export declare type TypegenFormatFn = (content: string, type: 'types' | 'schema') => string | Promise<string>; export declare function typegenFormatPrettier(prettierConfig: string | object): TypegenFormatFn;