I want to use apollo to do some batch updates. And I need to start the batch script from node.
eg node myscript.js
I can't figure out how to do this. Is there a simple example that does what is described on the Get started: https://www.apollographql.com/docs/react/get-started/ but without react ?
(My code is working just fine when using react)