UNPKG

@kamilkisiela/graphql-tools

Version:

Useful tools to create and manipulate GraphQL schemas.

3 lines (2 loc) 166 B
import { GraphQLObjectType, GraphQLSchema } from 'graphql'; export default function resolveFromParentTypename(parent: any, schema: GraphQLSchema): GraphQLObjectType;