Current section

Files

Jump to
common_graphql_client priv npm node_modules graphql-tools utils getResolversFromSchema.d.ts
Raw

priv/npm/node_modules/graphql-tools/utils/getResolversFromSchema.d.ts

import { GraphQLSchema } from 'graphql';
import { IResolvers } from '../Interfaces';
export declare function getResolversFromSchema(schema: GraphQLSchema): IResolvers;