UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

4 lines (3 loc) 211 B
import { GraphQLSchema } from 'graphql'; import { SchemaExtensions } from './types.cjs'; export declare function extractExtensionsFromSchema(schema: GraphQLSchema, removeDirectives?: boolean): SchemaExtensions;