Initial Save

This commit is contained in:
jackbeeby
2025-03-28 12:30:19 +11:00
parent e381994f19
commit d8773925e8
9910 changed files with 982718 additions and 0 deletions

9
node_modules/apollo-datasource/dist/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,9 @@
import { KeyValueCache } from 'apollo-server-caching';
export interface DataSourceConfig<TContext> {
context: TContext;
cache: KeyValueCache;
}
export declare abstract class DataSource<TContext = any> {
initialize?(config: DataSourceConfig<TContext>): void | Promise<void>;
}
//# sourceMappingURL=index.d.ts.map

1
node_modules/apollo-datasource/dist/index.d.ts.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,WAAW,gBAAgB,CAAC,QAAQ;IACxC,OAAO,EAAE,QAAQ,CAAC;IAClB,KAAK,EAAE,aAAa,CAAC;CACtB;AAED,8BAAsB,UAAU,CAAC,QAAQ,GAAG,GAAG;IAC7C,UAAU,CAAC,CAAC,MAAM,EAAE,gBAAgB,CAAC,QAAQ,CAAC,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;CACtE"}

7
node_modules/apollo-datasource/dist/index.js generated vendored Normal file
View File

@@ -0,0 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataSource = void 0;
class DataSource {
}
exports.DataSource = DataSource;
//# sourceMappingURL=index.js.map

1
node_modules/apollo-datasource/dist/index.js.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAOA,MAAsB,UAAU;CAE/B;AAFD,gCAEC"}