GraphQL演示DEMO
============
关于
---------
本demo使用[graphql-js](https://github.com/graphql/graphql-js/)和[mockjs](http://mockjs.com/)建立一个纯静态列表
实现功能:
- 显示分享列表
- 关联列表的用户
构建
---------
```
npm run build
```
构建完成后使用`dist/index.html`访问
测试
---------
```
npm test
npm run test-cov
```