- init your go module
go mod init github.com/[username]/gqlgen-todos
- install gqlgen
go get github.com/arsmn/fastgql
- build the server
go run github.com/arsmn/fastgql init
- implement the resolvers
- run the server
go run server.go
- browse
http://localhost:8080/
for playground - see more examples and documentation
graphql
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||