Files
Job_App/node_modules/apollo-server-express/dist/expressApollo.d.ts
2025-03-28 12:30:19 +11:00

8 lines
429 B
TypeScript

import express from 'express';
import { GraphQLOptions } from 'apollo-server-core';
import { ValueOrPromise } from 'apollo-server-types';
export interface ExpressGraphQLOptionsFunction {
(req: express.Request, res: express.Response): ValueOrPromise<GraphQLOptions>;
}
export declare function graphqlExpress(options: GraphQLOptions | ExpressGraphQLOptionsFunction): express.Handler;
//# sourceMappingURL=expressApollo.d.ts.map