Skip to content

chaihaobo/go-graphql-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

├── main.go 程序启动文件
├── resolver  graphql解析器
│   ├── mutation 变更操作解析
│   ├── query 查询操作解析
│   └── types 类型定义代码
├── schema  graphql元数据定义文件
└── store  模拟数据存储

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages