/learn-graphql

GraphQL API example in Go

Primary LanguageGo

learn-graphql

Example GraphQL API implemented in Go.

Run

go install && learn-graphql

Test

curl -XPOST http://localhost:31337/graphql -d '{user(id:1){name, shop{name, product{name, price}}}}'