export {
  GraphQLOptions,
  Config,
  gql,
  // Errors
  ApolloError,
  toApolloError,
  SyntaxError,
  ValidationError,
  AuthenticationError,
  ForbiddenError,
  UserInputError,
} from 'apollo-server-core';

// ApolloServer integration.
export {
  ApolloServer,
  ApolloServerFastifyConfig,
  FastifyContext,
  ServerRegistration,
} from './ApolloServer';
