This commit adds a very simple graphiQL integration: we're shipping the project with a sample graphiQL `index.html` page that's relying on CDNs to display the explorer. We're also plugging in that resource at the graphQL endpoint location, responding to GET requests. This is not a problem since for now we're only considering POST requests to the endpoint for actual queries. Closes gh-12