UNPKG

graphile-build

Version:

Build a GraphQL schema from plugins

3 lines 236 B
import type { GraphQLNamedType, GraphQLType } from "graphql"; export declare function collectReferencedTypes(type: GraphQLType, typeSet: Set<GraphQLNamedType>): Set<GraphQLNamedType>; //# sourceMappingURL=collectReferencedTypes.d.ts.map