will-t-harris / graphql-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example GraphQL server with Go

Run server:

git clone git@github.com:will-t-harris/graphql-go.git
cd graphql-go
go run .

Example query:

curl -X POST -H "Content-Type: application/json" --data '{ "query": "{ beastList {id name } }" }' http://localhost:8080/graphql

About


Languages

Language:Go 100.0%