github.com/HaswinVidanage/gqlgen@v0.8.1-0.20220609041233-69528c1bf712/example/todo/readme.md (about) 1 ### todo app 2 3 This is the simplest example of a graphql server. 4 5 to run this server 6 ```bash 7 go run ./example/todo/server/server.go 8 ``` 9 10 and open http://localhost:8081 in your browser