(WIP) Demo of wrapping a GraphQL api on top of the ghost blogging platform.
Makes use of schemats to auto-generate types, and uses nexus's configuration to automatically bind these types to our schema generated types.
To setup, create a mysql database called ghost_nexus
and configure the values in config.development.js as necessary.