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 installGuide how to run Apollo Open Engine
# Available 'fatal', 'error', 'warn', 'info', 'debug', 'trace' or 'silent'.
LOG_LEVEL=tracenpm startnpm test