playground

command module
v0.0.0-...-20f5183 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2015 License: MIT Imports: 3 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL