Initialisation
Added the packages and files for the backend server
This commit is contained in:
6
node_modules/graphql/jsutils/identityFunc.mjs
generated
vendored
Normal file
6
node_modules/graphql/jsutils/identityFunc.mjs
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Returns the first argument it receives.
|
||||
*/
|
||||
export function identityFunc(x) {
|
||||
return x;
|
||||
}
|
||||
Reference in New Issue
Block a user