UNPKG

111 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2export declare function extractResolvers(schema: GraphQLSchema): any;