From 0c1cb936c7ad90c33f05d5b576925b778845653b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ram=C3=B3n?= Date: Tue, 3 Nov 2015 16:41:11 -0300 Subject: [PATCH 1/2] adds 3rd party libs and removes install section installation section being added by PR#43 --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 15d4bcf3..0df35148 100644 --- a/README.md +++ b/README.md @@ -3,22 +3,21 @@ A *work-in-progress* implementation of GraphQL for Go. -### Origin and Current Direction +## Origin and Current Direction This project was originally a port of [v0.4.3](https://github.com/graphql/graphql-js/releases/tag/v0.4.3) of [graphql-js](https://github.com/graphql/graphql-js) (excluding the Validator), which was based on the July 2015 GraphQL specification. `graphql` is currently several versions behind `graphql-js`, however future efforts will be guided directly by the [latest formal GraphQL specification](https://github.com/facebook/graphql/releases) (currently: [October 2015](https://github.com/facebook/graphql/releases/tag/October2015)). -### Install -`go get https://github.com/chris-ramon/graphql-go` - -### Third Party Libraries +## Third Party Libraries | Name | Author | Description | |:-------------:|:-------------:|:------------:| | [graphql-go-handler](https://github.com/sogko/graphql-go-handler) | [Hafiz Ismail](https://github.com/sogko) | Middleware to handle GraphQL queries through HTTP requests. | +| [graphql-relay-go](https://github.com/sogko/graphql-relay-go) | [Hafiz Ismail](https://github.com/sogko) | Lib to construct a graphql-go server supporting react-relay. | +| [golang-relay-starter-kit](https://github.com/sogko/golang-relay-starter-kit) | [Hafiz Ismail](https://github.com/sogko) | Barebones starting point for a Relay application with Golang GraphQL server. | -### Blog Posts -* [Golang + GraphQL + Relay](http://wehavefaces.net/) +## Blog Posts +- [Golang + GraphQL + Relay](http://wehavefaces.net/) -### Roadmap +## Roadmap - [x] Lexer - [x] Parser - [x] Schema Parser From f753c016fbd40b710be8b9d2de2da1c85237c5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ram=C3=B3n?= Date: Tue, 3 Nov 2015 16:59:35 -0300 Subject: [PATCH 2/2] makes readme sections back to be headers of type h3 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0df35148..35277a51 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,21 @@ A *work-in-progress* implementation of GraphQL for Go. -## Origin and Current Direction +### Origin and Current Direction This project was originally a port of [v0.4.3](https://github.com/graphql/graphql-js/releases/tag/v0.4.3) of [graphql-js](https://github.com/graphql/graphql-js) (excluding the Validator), which was based on the July 2015 GraphQL specification. `graphql` is currently several versions behind `graphql-js`, however future efforts will be guided directly by the [latest formal GraphQL specification](https://github.com/facebook/graphql/releases) (currently: [October 2015](https://github.com/facebook/graphql/releases/tag/October2015)). -## Third Party Libraries +### Third Party Libraries | Name | Author | Description | |:-------------:|:-------------:|:------------:| | [graphql-go-handler](https://github.com/sogko/graphql-go-handler) | [Hafiz Ismail](https://github.com/sogko) | Middleware to handle GraphQL queries through HTTP requests. | | [graphql-relay-go](https://github.com/sogko/graphql-relay-go) | [Hafiz Ismail](https://github.com/sogko) | Lib to construct a graphql-go server supporting react-relay. | | [golang-relay-starter-kit](https://github.com/sogko/golang-relay-starter-kit) | [Hafiz Ismail](https://github.com/sogko) | Barebones starting point for a Relay application with Golang GraphQL server. | -## Blog Posts +### Blog Posts - [Golang + GraphQL + Relay](http://wehavefaces.net/) -## Roadmap +### Roadmap - [x] Lexer - [x] Parser - [x] Schema Parser