UNPKG

342 BTypeScriptView Raw
1import { GraphQLFieldMap, GraphQLSchema, GraphQLInterfaceType, GraphQLObjectType, GraphQLInputObjectType } from 'graphql';
2import { Field } from '../types';
3export declare function resolveFields(schema: GraphQLSchema, rawFields: GraphQLFieldMap<any, any>, _parent: GraphQLObjectType | GraphQLInterfaceType | GraphQLInputObjectType): Field[];