Work in Progress alternative to the commercial available apollo-engine based on the same protocol.
const apolloServer = new ApolloServer({
...
engine: {
endpointUrl: 'http://localhost:8000',
apiKey: 'fake:key', // currently doesent matter
sendReportsImmediately: true // helps with debugging
},
...
});
npm install
Guide how to run Apollo Open Engine
# Available 'fatal', 'error', 'warn', 'info', 'debug', 'trace' or 'silent'.
LOG_LEVEL=trace
npm start
npm test