An open API service indexing awesome lists of open source software.

https://github.com/stevenacoffman/echogqlgen

Example Recipe for gqlgen and Echo web framework. Graphql FTW!
https://github.com/stevenacoffman/echogqlgen

echo-framework go golang graphql-server labstack-echo

Last synced: about 2 months ago
JSON representation

Example Recipe for gqlgen and Echo web framework. Graphql FTW!

Awesome Lists containing this project

README

          

### todo app

This is the simplest example of a graphql server.

to run this server
```bash
go run ./example/todo/server/server.go
```

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