UNPKG

143 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2export declare function getImplementingTypes(interfaceName: string, schema: GraphQLSchema): string[];