Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 227 Bytes

Readme.md

File metadata and controls

14 lines (8 loc) · 227 Bytes

GraphQL example in Go

Start databases:

$ docker-compose up

Run API:

$ go run main.go -query=YOUR_QUERY_HERE

Example:

$ go run main.go -query={hello}
2017/02/23 23:43:20 Found: {"data":{"hello":"world"}}