UNPKG

166 BTypeScriptView Raw
1import { GraphQLObjectType, GraphQLSchema } from 'graphql';
2export default function resolveFromParentTypename(parent: any, schema: GraphQLSchema): GraphQLObjectType;