github.com/maeglindeveloper/gqlgen@v0.13.1-0.20210413081235-57808b12a0a0/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