UNPKG

nexus

Version:

Scalable, strongly typed GraphQL schema development

5 lines (4 loc) 287 B
import type { BuilderConfigInput } from './builder'; import type { TypegenMetadataConfig } from './typegenMetadata'; /** Normalizes the builder config into the config we need for typegen */ export declare function resolveTypegenConfig(config: BuilderConfigInput): TypegenMetadataConfig;