Initialisation
Added the packages and files for the backend server
This commit is contained in:
3
node_modules/@apollo/utils.dropunuseddefinitions/dist/index.d.ts
generated
vendored
Normal file
3
node_modules/@apollo/utils.dropunuseddefinitions/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import { type DocumentNode } from "graphql";
|
||||
export declare function dropUnusedDefinitions(ast: DocumentNode, operationName: string): DocumentNode;
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
1
node_modules/@apollo/utils.dropunuseddefinitions/dist/index.d.ts.map
generated
vendored
Normal file
1
node_modules/@apollo/utils.dropunuseddefinitions/dist/index.d.ts.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAsB,MAAM,SAAS,CAAC;AAOhE,wBAAgB,qBAAqB,CACnC,GAAG,EAAE,YAAY,EACjB,aAAa,EAAE,MAAM,GACpB,YAAY,CAQd"}
|
||||
13
node_modules/@apollo/utils.dropunuseddefinitions/dist/index.js
generated
vendored
Normal file
13
node_modules/@apollo/utils.dropunuseddefinitions/dist/index.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.dropUnusedDefinitions = void 0;
|
||||
const graphql_1 = require("graphql");
|
||||
function dropUnusedDefinitions(ast, operationName) {
|
||||
const separated = (0, graphql_1.separateOperations)(ast)[operationName];
|
||||
if (!separated) {
|
||||
return ast;
|
||||
}
|
||||
return separated;
|
||||
}
|
||||
exports.dropUnusedDefinitions = dropUnusedDefinitions;
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
node_modules/@apollo/utils.dropunuseddefinitions/dist/index.js.map
generated
vendored
Normal file
1
node_modules/@apollo/utils.dropunuseddefinitions/dist/index.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,qCAAgE;AAOhE,SAAgB,qBAAqB,CACnC,GAAiB,EACjB,aAAqB;IAErB,MAAM,SAAS,GAAG,IAAA,4BAAkB,EAAC,GAAG,CAAC,CAAC,aAAa,CAAC,CAAC;IACzD,IAAI,CAAC,SAAS,EAAE;QAGd,OAAO,GAAG,CAAC;KACZ;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAXD,sDAWC"}
|
||||
Reference in New Issue
Block a user