Server Logging

** Explain the use of winston ** When in development mode, add console transport ** Get logger from default persister. Example:

Stripped down version of https://github.com/jorgebay/winston-cassandra

** logGraphQLRequest middleware ** body parser middleware - graphql will be able to use it ** Print the request and response object - give examples. ** Mention that the error handler prints the request - actually test with invalid user