UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

4 lines (3 loc) 211 B
import { GraphQLSchema } from 'graphql'; import { IResolvers } from './Interfaces.cjs'; export declare function getResolversFromSchema(schema: GraphQLSchema, includeDefaultMergedResolver?: boolean): IResolvers;