Skip to content

Instantly share code, notes, and snippets.

@devknoll
Last active August 29, 2015 14:21
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devknoll/5edee3eda7d23d4c64c0 to your computer and use it in GitHub Desktop.
Save devknoll/5edee3eda7d23d4c64c0 to your computer and use it in GitHub Desktop.
Relay / GraphQL Resources

Blog Posts

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

Videos

https://www.youtube.com/watch?v=9sc8Pyc51uU

https://www.youtube.com/watch?v=X6YbAKiLCLU

Podcasts

Nick Schrock and Joe Savona talk GraphQL/Relay:

http://www.stitcher.com/podcast/ruby-rogues/javascript-jabber/e/152-jsj-graphql-and-relay-with-nick-schrock-and-joe-savona-37566102

Projects

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

Upcoming

Nick Schrock and Dan Schafer are giving a talk at React Europe:

https://www.react-europe.org/#graphQL-anchor

Joseph Savona is giving a talk on Relay at React Europe:

https://www.react-europe.org/#relay-anchor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment