Initialisation
Added the packages and files for the backend server
This commit is contained in:
6
node_modules/graphql/language/printer.d.ts
generated
vendored
Normal file
6
node_modules/graphql/language/printer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { ASTNode } from './ast';
|
||||
/**
|
||||
* Converts an AST into a string, using one set of reasonable
|
||||
* formatting rules.
|
||||
*/
|
||||
export declare function print(ast: ASTNode): string;
|
||||
Reference in New Issue
Block a user