UNPKG

apollo-server-lambda

Version:

Production-ready Node.js GraphQL server for AWS Lambda

3 lines 282 B
export { GraphQLOptions, Config, gql, ApolloError, toApolloError, SyntaxError, ValidationError, AuthenticationError, ForbiddenError, UserInputError, } from 'apollo-server-core'; export { ApolloServer, CreateHandlerOptions } from './ApolloServer'; //# sourceMappingURL=index.d.ts.map