UNPKG

apollo-server-koa

Version:

Production-ready Node.js GraphQL server for Koa

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