UNPKG

926 BTypeScriptView Raw
1export { runHttpQuery, HttpQueryRequest, HttpQueryError } from './runHttpQuery';
2export { default as GraphQLOptions, resolveGraphqlOptions, PersistedQueryOptions, } from './graphqlOptions';
3export { ApolloError, toApolloError, SyntaxError, ValidationError, AuthenticationError, ForbiddenError, UserInputError, formatApolloErrors, } from 'apollo-server-errors';
4export { convertNodeHttpToRequest } from './nodeHttpToRequest';
5export { ApolloServerBase } from './ApolloServer';
6export * from './types';
7export { GraphQLServiceContext, GraphQLRequest, VariableValues, GraphQLResponse, GraphQLRequestMetrics, GraphQLRequestContext, ValidationRule, GraphQLExecutor, GraphQLExecutionResult, } from 'apollo-server-types';
8import { DocumentNode } from 'graphql';
9export declare const gql: (template: TemplateStringsArray | string, ...substitutions: any[]) => DocumentNode;
10export * from './plugin';
11//# sourceMappingURL=index.d.ts.map
\No newline at end of file