this is a demo project which demonstrates GraphQL query, mutation and subscription with reids
- start your local redis server
 - cd to this project directory
 - run 
yarn && yarn start - open your brower with apollo-graphiql or graphcool-playground (recommended)
 
subscriptions-transport-wsdoes not tackle thecontextcorrectly, linkgraphiqlExpressinapollo-server-expressdoes not tackle multiple operation names correctly withsubscription, link
- wait for fixture of the 
contextproblem - wait for fixture of the 
multiple operationproblem 
mysqlbranch: built withsequelizeORM andmysql(I prefermariadb), and you can change thesequelizeconnection to whateverRDBMSas you like.