UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

3 lines (2 loc) 160 B
import type { GraphQLNamedType, GraphQLSchema } from 'graphql'; export declare function isExcludedType(type: GraphQLNamedType, schema: GraphQLSchema): boolean;