Initialisation
Added the packages and files for the backend server
This commit is contained in:
7
node_modules/@apollo/server/dist/esm/internalPlugin.js
generated
vendored
Normal file
7
node_modules/@apollo/server/dist/esm/internalPlugin.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export function internalPlugin(p) {
|
||||
return p;
|
||||
}
|
||||
export function pluginIsInternal(plugin) {
|
||||
return '__internal_plugin_id__' in plugin;
|
||||
}
|
||||
//# sourceMappingURL=internalPlugin.js.map
|
||||
Reference in New Issue
Block a user