UNPKG

apollo-server-micro-pluto

Version:

Production-ready Node.js GraphQL server for Micro(for xsky pluto project)

17 lines (15 loc) 287 B
export { GraphQLOptions, Config, gql, // Errors ApolloError, toApolloError, SyntaxError, ValidationError, AuthenticationError, ForbiddenError, UserInputError, } from 'apollo-server-core'; // ApolloServer integration. export { ApolloServer } from './ApolloServer';