# relay **Repository Path**: mirrors_ContinuumLLC/relay ## Basic Information - **Project Name**: relay - **Description**: A Go/Golang library to help construct a graphql-go server supporting react-relay. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # graphql-relay-go [![Build Status](https://travis-ci.org/graphql-go/relay.svg)](https://travis-ci.org/graphql-go/relay) [![GoDoc](https://godoc.org/graphql-go/relay?status.svg)](https://godoc.org/github.com/graphql-go/relay) [![Coverage Status](https://coveralls.io/repos/graphql-go/relay/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-go/relay?branch=master) [![Join the chat at https://gitter.im/graphql-go/graphql](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/graphql-go/graphql?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) A Go/Golang library to help construct a [graphql-go](https://github.com/graphql-go/graphql) 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]( https://wehavefaces.net/learn-golang-graphql-relay-2-a56cbcc3e341) ### Test ```bash $ go get github.com/graphql-go/relay $ go build && go test ./... ``` ### TODO: - [x] Starwars example - [x] HTTP handler to easily create a Relay-compliant GraphQL server _(Moved to: [graphql-go-handler](https://github.com/graphql-go/handler))_ - [ ] In-code documentation (godocs) - [ ] Usage guide / user documentation - [x] Tutorial - [ ] End-to-end example (graphql-relay-go + react-relay)