UNPKG

@landingexp/apollo-server-azure-functions

Version:

Production-ready Node.js GraphQL server for Azure Functions

4 lines 431 B
export { GraphQLUpload, GraphQLOptions, GraphQLExtension, Config, gql, ApolloError, toApolloError, SyntaxError, ValidationError, AuthenticationError, ForbiddenError, UserInputError, defaultPlaygroundOptions, PlaygroundConfig, PlaygroundRenderPageOptions, } from '@landingexp/apollo-server-core'; export * from 'graphql-tools'; export { ApolloServer, CreateHandlerOptions } from './ApolloServer'; //# sourceMappingURL=index.d.ts.map