UNPKG

329 BTypeScriptView Raw
1import type { GraphQLNamedType } from '../type/definition';
2import type { GraphQLSchema } from '../type/schema';
3export declare function printSchema(schema: GraphQLSchema): string;
4export declare function printIntrospectionSchema(schema: GraphQLSchema): string;
5export declare function printType(type: GraphQLNamedType): string;