graphql-go / playground

An example Golang GraphQL server written with graphql-go and graphql-relay-go

Home Page:http://bit.ly/try-graphql-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golang-graphql-playground

An example Golang GraphQL server written with graphql-go and graphql-relay-go

Try the live demo: http://bit.ly/try-graphql-go

Features

  • 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

About

An example Golang GraphQL server written with graphql-go and graphql-relay-go

http://bit.ly/try-graphql-go

License:MIT License


Languages

Language:CSS 83.7%Language:JavaScript 11.7%Language:HTML 2.8%Language:Go 1.8%