UNPKG

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