This is a simple example demonstrating the features of react-apollo-scalajs, such as performing queries and mutations with variables.
To launch the example, start SBT in the root directory and start the Webpack Dev Server
sbt example/fastOptJS::startWebpackDevServerOpen up http://localhost:8080/webpack-dev-server and select the main bundle to test out the example!