nyelonong / learn-graphql

GraphQL API example in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}}}}'

About

GraphQL API example in Go


Languages

Language:Go 100.0%