UNPKG

1.09 kBTypeScriptView Raw
1import 'apollo-server-env';
2export { runHttpQuery, HttpQueryRequest, HttpQueryError } from './runHttpQuery';
3export { default as GraphQLOptions, resolveGraphqlOptions, PersistedQueryOptions, } from './graphqlOptions';
4export { ApolloError, toApolloError, SyntaxError, ValidationError, AuthenticationError, ForbiddenError, UserInputError, formatApolloErrors, } from 'apollo-server-errors';
5export { convertNodeHttpToRequest } from './nodeHttpToRequest';
6export { createPlaygroundOptions, PlaygroundConfig, defaultPlaygroundOptions, PlaygroundRenderPageOptions, } from './playground';
7export { ApolloServerBase } from './ApolloServer';
8export * from './types';
9export * from './requestPipelineAPI';
10import { DocumentNode } from 'graphql';
11export declare const gql: (template: TemplateStringsArray | string, ...substitutions: any[]) => DocumentNode;
12import { GraphQLScalarType } from 'graphql';
13export { default as processFileUploads } from './processFileUploads';
14export declare const GraphQLUpload: GraphQLScalarType | undefined;
15export * from './plugin';
16//# sourceMappingURL=index.d.ts.map
\No newline at end of file