UNPKG

259 BTypeScriptView Raw
1import { GraphQLOptions } from 'apollo-server-core';
2import { ExpressGraphQLOptionsFunction, ExpressHandler } from 'apollo-server-express';
3export declare function graphqlLodashExpress(options: GraphQLOptions | ExpressGraphQLOptionsFunction): ExpressHandler;