UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

4 lines (3 loc) 236 B
import { BuildSchemaOptions, GraphQLSchema } from 'graphql'; import { SchemaPrintOptions } from './types.js'; export declare function fixSchemaAst(schema: GraphQLSchema, options: BuildSchemaOptions & SchemaPrintOptions): GraphQLSchema;