WuLiSenSen
WuLiSenSen
const P1 = A(); const P2 = B(); const P3 - C(); const resultA = await P1; const resultB = await P2(); const resultC = await P3();
 已创建demo,可以看到 构建的html中是没有 title的
 配置文件里面有
```javascript const config = { sequelize: { dialect: 'mysql', database: 'graphql', host: 'localhost', port: '3306', username: 'root', password: ' ', }, proxyworker: { port: 10086, }, middleware: ['graphql'], security: {...