UNPKG

233 BTypeScriptView Raw
1import { GraphQLSchema, BuildSchemaOptions } from 'graphql';
2import { SchemaPrintOptions } from './types';
3export declare function fixSchemaAst(schema: GraphQLSchema, options: BuildSchemaOptions & SchemaPrintOptions): GraphQLSchema;