github.com/deliveroo/gqlgen@v0.7.2/example/selection/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