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