github.com/animeshon/gqlgen@v0.13.1-0.20210304133704-3a770431bb6d/example/selection/readme.md (about)

     1  ### selection app
     2  
     3  This is the simplest example of a graphql server.
     4  
     5  to run this server
     6  ```bash
     7  go run ./example/selection/server/server.go
     8  ```
     9  
    10  and open http://localhost:8086 in your browser