https://github.com/snykk/go-graphql-tutorial
https://github.com/snykk/go-graphql-tutorial
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snykk/go-graphql-tutorial
- Owner: snykk
- Created: 2025-02-24T08:01:49.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-02-24T08:02:46.000Z (7 months ago)
- Last Synced: 2025-02-24T09:21:37.019Z (7 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go GraphQL Tutorial
This repository provides a great example of a basic GraphQL implementation in Golang, as demonstrated in the tutorial: [Using GraphQL with Golang](https://www.apollographql.com/blog/using-graphql-with-golang).