github.com/sogko/fossasia-2016-graphql-demo

Demo used to showcase GraphQL (on Go / Golang)


License
MIT
Install
go get github.com/sogko/fossasia-2016-graphql-demo

Documentation

fossasia-2016-graphql-demo

Demo project used to showcase GraphQL capabilities

Slides

Slides for the talk @ FOSSASIA 2016 available here: Introduction to GraphQL (or How I Learned to Stop Worrying About REST APIs:

Reminder

We are looking for more contributors for graphql-go

Feel free to dive right in and submit a PR @ graphql-go/graphql

Participate in our discussion =)

Features

Forked from https://github.com/graphql-go/playground

  • graphql-go: Golang GraphQL library
  • graphql-relay-go: Golang GraphQL library helper to construct Relay-compliant server
  • graphiql: In-browser IDE to explore GraphQL queries
  • Starwars GraphQL Schema: GraphQL example schema defined with Relay capabilities with the help of graphql-relay-go.

To run locally

# `cd` to project directory
$ cd <project_dir>

# get all dependencies
$ go get ./...

# launch server
$ go run main.go

# Go to http://localhost:8080 on your browser