Last active
September 12, 2017 19:17
Revisions
-
widged revised this gist
Aug 21, 2015 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,8 +27,6 @@ Boiler plate: * <a href="https://github.com/fortruce/relay-skeleton">Relay skeleton</a> * <a href="https://github.com/fortruce/relay-github">Relay github</a> With reactjs: * <a href="https://github.com/gyzerok/redux-graphql">redux-graphql</a> and <a href="https://github.com/gyzerok/redux-react-graphql-example">todo example</a> @github. @@ -38,6 +36,7 @@ With reactjs: Advanced: * <a href="https://keywordbrain.com/blog/understanding-graphql-server/">Understanding and Querying a GraphQL server</a> * <a href="http://davidandsuzi.com/writing-a-basic-api-with-graphql/">Writing a Basic API with GraphQL</a> and <a href="https://github.com/davidchang/graphql-pokedex-api">code demo</a> (MongoDB) * <a href="https://www.codementor.io/ama/1237952640/facebook-react-contributer-lee-byron">Ask Lee Byron a question on codementor</a> Import/Export or Interact with other databases: * <a href="https://github.com/rschmukler/graphql-to-cypher">graphql-to-cypher</a> -
widged revised this gist
Aug 21, 2015 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,6 +27,9 @@ Boiler plate: * <a href="https://github.com/fortruce/relay-skeleton">Relay skeleton</a> * <a href="https://github.com/fortruce/relay-github">Relay github</a> Questions: *<a href="https://www.codementor.io/ama/1237952640/facebook-react-contributer-lee-byron">Ask Lee Byron a question on codementor</a> With reactjs: * <a href="https://github.com/gyzerok/redux-graphql">redux-graphql</a> and <a href="https://github.com/gyzerok/redux-react-graphql-example">todo example</a> @github. * <a href="http://thenewstack.io/react-with-graphql-for-architecting-apps/">React with GraphQL for Architecting Apps</a> -
widged revised this gist
Aug 21, 2015 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,9 +10,13 @@ Why be interested: * <a href="http://hueypetersen.com/posts/2015/02/02/first-thoughts-on-graph-ql/">First thoughts on GraphQL</a> * <a href="https://gist.github.com/wincent/598fa75e22bdfa44cf47">Unofficial Relay FAQ</a> * <a href="https://news.ycombinator.com/item?id=9473519">Hacker News discussion of GraphQL Introduction</a> * <a href="http://facebook.github.io/react/blog/">GraphQL related video presentations from React Europe 2015</a> Playground: * <a href="http://try.sangria-graphql.org/">try.sangria-graphql/</a>. No need to install anything. Boiler plate: * <a href="https://www.reindex.io/blog/building-a-graphql-server-with-node-js-and-sql/">Building a GraphQL Server with Node.js and SQL</a>, with <a href="https://github.com/reindexio/graphql-nodejs-newsfeed">full code on github</a> * <a href="https://github.com/yoshuawuyts/playground-graphql">/playground-graphql</a> * <a href="https://medium.com/@clayallsopp/your-first-graphql-server-3c766ab4f0a2">Your First GraphQL Server</a> and<a href="https://github.com/clayallsopp/graphql-intro">demo code</a> -
widged revised this gist
Aug 21, 2015 . 1 changed file with 14 additions and 6 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,14 +5,11 @@ Facebook tutorials and resources: * <a href="http://facebook.github.io/react/blog/2015/05/01/graphql-introduction.html">GraphQL Introduction @Facebook</a> * <a href="http://facebook.github.io/react/blog/2015/03/19/building-the-facebook-news-feed-with-relay.html">Building the facebook news feed with relay</a> Why be interested: * <a href="https://www.reindex.io/blog/how-facebooks-graphql-will-change-backend-development/">How Facebook’s GraphQL Will Change Backend Development</a> * <a href="http://hueypetersen.com/posts/2015/02/02/first-thoughts-on-graph-ql/">First thoughts on GraphQL</a> * <a href="https://gist.github.com/wincent/598fa75e22bdfa44cf47">Unofficial Relay FAQ</a> * <a href="https://news.ycombinator.com/item?id=9473519">Hacker News discussion of GraphQL Introduction</a> Boiler plate, playground: @@ -22,13 +19,24 @@ Boiler plate, playground: * <a href="https://blog.risingstack.com/graphql-overview-getting-started-with-graphql-and-nodejs/">GraphQL Overview - Getting Started with GraphQL and Node.js</a>and <a href="https://github.com/RisingStack/graphql-server">demo code</a> * <a href="https://github.com/mugli/learning-graphql">Learning GraphQL, code and notes on github</a> * <a href="http://red-badger.com/blog/2015/07/08/react-europe-and-graphql/">GraphQL querying and mutation</a> * <a href="https://github.com/mostr/graphql-todos">Mandatory todo example</a> * <a href="https://github.com/fortruce/relay-skeleton">Relay skeleton</a> * <a href="https://github.com/fortruce/relay-github">Relay github</a> With reactjs: * <a href="https://github.com/gyzerok/redux-graphql">redux-graphql</a> and <a href="https://github.com/gyzerok/redux-react-graphql-example">todo example</a> @github. * <a href="http://thenewstack.io/react-with-graphql-for-architecting-apps/">React with GraphQL for Architecting Apps</a> Advanced: * <a href="https://keywordbrain.com/blog/understanding-graphql-server/">Understanding and Querying a GraphQL server</a> * <a href="http://davidandsuzi.com/writing-a-basic-api-with-graphql/">Writing a Basic API with GraphQL</a> and <a href="https://github.com/davidchang/graphql-pokedex-api">code demo</a> (MongoDB) Import/Export or Interact with other databases: * <a href="https://github.com/rschmukler/graphql-to-cypher">graphql-to-cypher</a> * <a href="https://github.com/lutherism/GraphNoQL">GraphNoQL</a> * <a href="https://github.com/Ozonid/graphql-rethinkdb">graphql-rethinkdb</a> * <a href="https://github.com/sayden/graphql-mongodb-example">MongoDB example</a> Servers other than express: * <a href="https://github.com/chentsulin/koa-graphql">koa-graphql</a> -
widged revised this gist
Aug 21, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Learning GraphQL Facebook tutorials and resources: * <a href="http://facebook.github.io/react/blog/2015/02/20/introducing-relay-and-graphql.html">Introducing Relay and GraphQL</a>, Data fetching for React applications @Facebook. -
widged revised this gist
Aug 21, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -37,4 +37,4 @@ Servers other than express: * <a href="https://github.com/SimonDegraeve/hapi-graphql">hapi</a> Hosted: * <a href="https://github.com/redbadger/graphql-aws">GraphQL AWS</a> -
widged created this gist
Aug 21, 2015 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,40 @@ Learning GraphQL Facebook tutorials and resources: * <a href="http://facebook.github.io/react/blog/2015/02/20/introducing-relay-and-graphql.html">Introducing Relay and GraphQL</a>, Data fetching for React applications @Facebook. * <a href="http://facebook.github.io/react/blog/2015/05/01/graphql-introduction.html">GraphQL Introduction @Facebook</a> * <a href="http://facebook.github.io/react/blog/2015/03/19/building-the-facebook-news-feed-with-relay.html">Building the facebook news feed with relay</a> Overview, Why be interested: * <a href="https://www.reindex.io/blog/how-facebooks-graphql-will-change-backend-development/">How Facebook’s GraphQL Will Change Backend Development</a> * <a href="http://hueypetersen.com/posts/2015/02/02/first-thoughts-on-graph-ql/">First thoughts on GraphQL</a> * <a href="https://gist.github.com/wincent/598fa75e22bdfa44cf47">Unofficial Relay FAQ</a> With reactjs: * <a href="https://github.com/gyzerok/redux-graphql">redux-graphql</a> and <a href="https://github.com/gyzerok/redux-react-graphql-example">todo example</a> @github. * <a href="http://thenewstack.io/react-with-graphql-for-architecting-apps/">React with GraphQL for Architecting Apps</a> Boiler plate, playground: * <a href="https://www.reindex.io/blog/building-a-graphql-server-with-node-js-and-sql/">Building a GraphQL Server with Node.js and SQL</a>, with <a href="https://github.com/reindexio/graphql-nodejs-newsfeed">full code on github</a> * <a href="https://github.com/yoshuawuyts/playground-graphql">/playground-graphql</a> * <a href="https://medium.com/@clayallsopp/your-first-graphql-server-3c766ab4f0a2">Your First GraphQL Server</a> and<a href="https://github.com/clayallsopp/graphql-intro">demo code</a> * <a href="https://blog.risingstack.com/graphql-overview-getting-started-with-graphql-and-nodejs/">GraphQL Overview - Getting Started with GraphQL and Node.js</a>and <a href="https://github.com/RisingStack/graphql-server">demo code</a> * <a href="https://github.com/mugli/learning-graphql">Learning GraphQL, code and notes on github</a> * <a href="http://red-badger.com/blog/2015/07/08/react-europe-and-graphql/">GraphQL querying and mutation</a> Misc * <a href="https://keywordbrain.com/blog/understanding-graphql-server/">Understanding and Querying a GraphQL server</a> Import/Export or Interact with other databases: * <a href="https://github.com/rschmukler/graphql-to-cypher">graphql-to-cypher</a> * <a href="https://github.com/lutherism/GraphNoQL">GraphNoQL</a> Servers other than express: * <a href="https://github.com/chentsulin/koa-graphql">koa-graphql</a> * <a href="https://github.com/cdebotton/react-universal">React, redux, react-router, graphql, postgres, koa, universal starter-kit</a> * <a href="https://github.com/batazor/graphQL/tree/master/example">Hapi and SQLite</a> * <a href="https://github.com/SimonDegraeve/hapi-graphql">hapi</a> Hosted: *<a href="https://github.com/redbadger/graphql-aws">GraphQL AWS</a>