Chris Moses
Chris Moses
Also looking for this to avoid extra boilerplate. Thanks for working on it @iRoachie!
For the client on startup: ``` const client = new ApolloClient({ uri: "http://localhost:4000" }); ``` And for server on startup, assuming server is your ApolloServer: ``` server.listen().then(({ url }) =>...
Adding to the convo here - new Medium post I found yesterday for how to accomplish tree-shaking https://medium.com/@ninjaPixel/improving-the-performance-of-your-meteor-app-423cc94dfbd3