Initial Save
This commit is contained in:
7
node_modules/apollo-server-express/dist/index.d.ts
generated
vendored
Normal file
7
node_modules/apollo-server-express/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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, ExpressContext, } from './ApolloServer';
|
||||
export { CorsOptions } from 'cors';
|
||||
export { OptionsJson } from 'body-parser';
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user