UNPKG

@graphql-mesh/utils

Version:
3 lines (2 loc) 116 B
import type { GraphQLSchema } from 'graphql'; export declare function extractResolvers(schema: GraphQLSchema): any;