UNPKG

200 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2import { SchemaPrintOptions } from './types';
3export declare function printSchemaWithDirectives(schema: GraphQLSchema, _options?: SchemaPrintOptions): string;