Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
graphql
/
utilities
/
Filename :
printSchema.d.ts
back
Copy
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;