github.com/deliveroo/gqlgen@v0.7.2/example/starwars/readme.md (about)

     1  ### starwars example
     2  
     3  This server demonstrates a few advanced features of graphql:
     4   - connections
     5   - unions
     6   - interfaces
     7   - enums
     8  
     9  to run this server
    10  ```bash
    11  go run ./example/starwars/server/server.go
    12  ```
    13  
    14  and open http://localhost:8080 in your browser