Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirokisan/sample-go-graphql
https://github.com/hirokisan/sample-go-graphql
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirokisan/sample-go-graphql
- Owner: hirokisan
- Created: 2020-10-29T12:38:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T00:26:06.000Z (about 4 years ago)
- Last Synced: 2024-06-19T14:53:03.513Z (6 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample go graphql
goでgraphqlのサーバーを用意してみるお試し
## やったこと
- https://gqlgen.com/getting-started/
- resolverを実装する
- http://localhost:8080/ にアクセスしてクエリを実行する
- todoに埋め込まれているuserをuserIdに変更してみる