A mega FAQ about GraphQL/Relay:
https://gist.github.com/wincent/598fa75e22bdfa44cf47
A series of posts by Huey Petersen on GraphQL and ClojureScript:
http://hueypetersen.com/posts/2015/02/02/first-thoughts-on-graph-ql/ http://hueypetersen.com/posts/2015/02/08/modeling-queries-graph-ql-like/ http://hueypetersen.com/posts/2015/02/22/thin-and-graphy/
Official Facebook Blog posts:
https://facebook.github.io/react/blog/2015/02/20/introducing-relay-and-graphql.html https://facebook.github.io/react/blog/2015/03/19/building-the-facebook-news-feed-with-relay.html https://facebook.github.io/react/blog/2015/05/01/graphql-introduction.html
Relay/GraphQL implementation details from GitHub:
facebook/react#3920 (comment) facebook/react#3920 (comment) facebook/react#3920 (comment)
Laney Kuenzel gave a talk on mutations and subscriptions in Relay at JSConf US 2015:
Transcript (Thanks @mfunkie!)
https://www.youtube.com/watch?v=9sc8Pyc51uU
https://www.youtube.com/watch?v=X6YbAKiLCLU
Nick Schrock and Joe Savona talk GraphQL/Relay:
A Rails implementation of GraphQL:
https://github.com/rmosolgo/graphql-ruby
A JavaScript GraphQL parser:
https://github.com/ooflorent/graphql-parser
A Babel.js plugin for compiling GraphQL queries:
https://github.com/ooflorent/babel-plugin-graphql
Another JavaScript GraphQL parser:
https://github.com/madjam002/graphqlite
A GraphQL alternative using promises:
https://github.com/RickWong/react-transmit
A Java implementation of GraphQL:
https://github.com/andimarek/graphql-java
Lee Byron is giving a talk at React Europe about "Exploring GraphQL":
https://www.react-europe.org/#exploring-graphQL-anchor
Nick Schrock and Dan Schafer are giving a talk at React Europe about implementing a GraphQL server:
https://www.react-europe.org/#graphQL-anchor
Joseph Savona is giving a talk on Relay at React Europe: