Categorygithub.com/chaihaobo/go-graphql-template
modulepackage
0.0.0-20241211083726-e76069bba7ce
Repository: https://github.com/chaihaobo/go-graphql-template.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
Package schema contains all of the Schema Definition Files (abbreviated SDL) which define this API.
No description provided by the author