UNPKG

graphql-tools

Version:
13 lines (10 loc) 353 B
'use strict'; 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;