Skip to content

GraphQL-Party/graphql-demo-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphQL demo

graphql demo 仅做参考

安装

  • 克隆仓库
  git clone https://github.com/GraphQL-Party/graphql-demo-ts.git
  npm install
  • 本地安装 mongodb

使用

  • 启动程序
  npm start

其他说明

  • 项目使用 ts 开发

  • 后端数据源不局限于 mongoDB

  • resolver 分层结构不局限于此