Back to Gqlgen

Readme

_examples/starwars/readme.md

0.17.90236 B
Original Source

starwars example

This server demonstrates a few advanced features of graphql:

  • connections
  • unions
  • interfaces
  • enums

to run this server

bash
go run ./server/server.go

and open http://localhost:8080 in your browser