Files
lcbp3.np-dms.work/frontend/node_modules/graphql/utilities/printSchema.d.ts
2025-09-21 20:29:15 +07:00

6 lines
329 B
TypeScript

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;