UNPKG

184 BTypeScriptView Raw
1import { type GraphQLSchema } from "graphql";
2import { type ResolversMap } from "../typings/index.js";
3export declare function createResolversMap(schema: GraphQLSchema): ResolversMap;