federation/gateway/node_modules/apollo-server-express/dist/index.d.ts
2020-11-14 16:43:58 +01:00

7 lines
No EOL
585 B
TypeScript

export { GraphQLUpload, GraphQLOptions, GraphQLExtension, Config, gql, ApolloError, toApolloError, SyntaxError, ValidationError, AuthenticationError, ForbiddenError, UserInputError, defaultPlaygroundOptions, PlaygroundConfig, PlaygroundRenderPageOptions, } from 'apollo-server-core';
export * from 'graphql-tools';
export * from 'graphql-subscriptions';
export { ApolloServer, ServerRegistration, GetMiddlewareOptions, ApolloServerExpressConfig, } from './ApolloServer';
export { CorsOptions } from 'cors';
export { OptionsJson } from 'body-parser';
//# sourceMappingURL=index.d.ts.map