Initialisation
Added the packages and files for the backend server
This commit is contained in:
5
node_modules/graphql/utilities/printSchema.d.ts
generated
vendored
Normal file
5
node_modules/graphql/utilities/printSchema.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user