https://github.com/startdusk/go-graphql-demo
A Go GraphQL demo
https://github.com/startdusk/go-graphql-demo
Last synced: 7 months ago
JSON representation
A Go GraphQL demo
- Host: GitHub
- URL: https://github.com/startdusk/go-graphql-demo
- Owner: startdusk
- Created: 2023-01-25T00:40:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T05:44:33.000Z (over 3 years ago)
- Last Synced: 2025-01-20T19:15:59.841Z (over 1 year ago)
- Language: Go
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-graphql-demo
A Go GraphQL demo
mock 使用到
```bash
go install github.com/vektra/mockery/v2@latest
```