UNPKG

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