Skip to content

A Go/Golang library to help construct a graphql-go server supporting react-relay.

License

Notifications You must be signed in to change notification settings

graphql-go/relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5435009 · Dec 8, 2017

History

48 Commits
Jul 7, 2016
Sep 23, 2015
Nov 5, 2015
Sep 23, 2015
Nov 5, 2015
Mar 8, 2016
Feb 13, 2016
Dec 8, 2015
Dec 8, 2015
Nov 5, 2015
Jan 8, 2016
Jan 8, 2016
Feb 12, 2016
Jul 7, 2016
Jul 7, 2016
Dec 8, 2015
Dec 8, 2015

Repository files navigation

graphql-relay-go Build Status GoDoc Coverage Status Join the chat at https://gitter.im/graphql-go/graphql

A Go/Golang library to help construct a graphql-go server supporting react-relay.

See a live demo here: http://bit.ly/try-graphql-go

Source code for demo can be found at https://github.com/graphql-go/playground

Notes:

This is based on alpha version of graphql-go and graphql-relay-go. Be sure to watch both repositories for latest changes.

Tutorial

Learn Golang + GraphQL + Relay Part 2: Your first Relay application

Test

$ go get github.com/graphql-go/relay
$ go build && go test ./...

TODO:

  • Starwars example
  • HTTP handler to easily create a Relay-compliant GraphQL server (Moved to: graphql-go-handler)
  • In-code documentation (godocs)
  • Usage guide / user documentation
  • Tutorial
  • End-to-end example (graphql-relay-go + react-relay)

About

A Go/Golang library to help construct a graphql-go server supporting react-relay.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages