apollo-server-express
Version:
Production-ready Node.js GraphQL server for Express
5 lines • 425 B
TypeScript
export { GraphQLOptions, Config, gql, ApolloError, toApolloError, SyntaxError, ValidationError, AuthenticationError, ForbiddenError, UserInputError, } from 'apollo-server-core';
export { ApolloServer, ServerRegistration, GetMiddlewareOptions, ApolloServerExpressConfig, ExpressContext, } from './ApolloServer';
export { CorsOptions } from 'cors';
export { OptionsJson } from 'body-parser';
//# sourceMappingURL=index.d.ts.map