Spaces:
Paused
Paused
File size: 329 Bytes
d4b85c0 | 1 2 3 4 5 6 | import type { GraphQLNamedType } from '../type/definition';
import type { GraphQLSchema } from '../type/schema';
export declare function printSchema(schema: GraphQLSchema): string;
export declare function printIntrospectionSchema(schema: GraphQLSchema): string;
export declare function printType(type: GraphQLNamedType): string;
|