UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

3 lines (2 loc) 143 B
import { GraphQLSchema } from 'graphql'; export declare function getImplementingTypes(interfaceName: string, schema: GraphQLSchema): string[];