Initialisation
Added the packages and files for the backend server
This commit is contained in:
4
node_modules/@apollo/server/dist/esm/httpBatching.d.ts
generated
vendored
Normal file
4
node_modules/@apollo/server/dist/esm/httpBatching.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { BaseContext, HTTPGraphQLRequest, HTTPGraphQLResponse } from './externalTypes/index.js';
|
||||
import type { ApolloServer, ApolloServerInternals, SchemaDerivedData } from './ApolloServer';
|
||||
export declare function runPotentiallyBatchedHttpQuery<TContext extends BaseContext>(server: ApolloServer<TContext>, httpGraphQLRequest: HTTPGraphQLRequest, contextValue: TContext, schemaDerivedData: SchemaDerivedData, internals: ApolloServerInternals<TContext>): Promise<HTTPGraphQLResponse>;
|
||||
//# sourceMappingURL=httpBatching.d.ts.map
|
||||
Reference in New Issue
Block a user