graphql-tools
Version:
A set of useful GraphQL tools
13 lines (10 loc) • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = apolloServer;
// This file only exists for backwards-compatibility
function apolloServer() {
throw new Error('apolloServer has been moved to a separate module. See: https://github.com/apollostack/apollo-server');
}
exports.apolloServer = apolloServer;