@graphql-tools/graphql
Version:
Fork of GraphQL.js
6 lines (5 loc) • 337 B
text/typescript
import type { GraphQLNamedType } from '../type/definition.cjs';
import type { GraphQLSchema } from '../type/schema.cjs';
export declare function printSchema(schema: GraphQLSchema): string;
export declare function printIntrospectionSchema(schema: GraphQLSchema): string;
export declare function printType(type: GraphQLNamedType): string;