UNPKG

174 BTypeScriptView Raw
1import { GraphQLType, GraphQLSchema } from 'graphql';
2export default function implementsAbstractType(schema: GraphQLSchema, typeA: GraphQLType, typeB: GraphQLType): boolean;