UNPKG

210 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2import { SchemaExtensions } from './types.js';
3export declare function extractExtensionsFromSchema(schema: GraphQLSchema, removeDirectives?: boolean): SchemaExtensions;