UNPKG

@pothos/plugin-sub-graph

Version:

A Pothos plugin for creating multiple variants or sub-selections of the same graph

3 lines 257 B
import { type GraphQLNamedType, type GraphQLType } from 'graphql'; export declare function replaceType<T extends GraphQLType>(type: T, newTypes: Map<string, GraphQLNamedType>, referencedBy: string, subGraphs: string[]): T; //# sourceMappingURL=util.d.ts.map