README.md in graphql-relay-0.11.1 vs README.md in graphql-relay-0.11.2

- old
+ new

@@ -431,21 +431,15 @@ The resolve proc: - Takes `inputs`, which is a hash whose keys are the ones defined by `input_field` - Takes `ctx`, which is the query context you passed with the `context:` keyword - Must return a hash with keys matching your defined `return_field`s -## Getting Started Tutorials +## Tutorials -#### Series: Building a blog in GraphQL and Relay on Rails -1. **Introduction:** https://medium.com/@gauravtiwari/graphql-and-relay-on-rails-getting-started-955a49d251de -2. **Part1:** https://medium.com/@gauravtiwari/graphql-and-relay-on-rails-creating-types-and-schema-b3f9b232ccfc -3. **Part2:** -https://medium.com/@gauravtiwari/graphql-and-relay-on-rails-first-relay-powered-react-component-cb3f9ee95eca - -#### Tutorials -1. https://medium.com/@khor/relay-facebook-on-rails-8b4af2057152 -2. http://mgiroux.me/2015/getting-started-with-rails-graphql-relay/ -3. http://mgiroux.me/2015/uploading-files-using-relay-with-rails/ +- Building a blog in GraphQL and Relay on Rails [Introduction](https://medium.com/@gauravtiwari/graphql-and-relay-on-rails-getting-started-955a49d251de), [Part 1](https://medium.com/@gauravtiwari/graphql-and-relay-on-rails-creating-types-and-schema-b3f9b232ccfc), [Part 2](https://medium.com/@gauravtiwari/graphql-and-relay-on-rails-first-relay-powered-react-component-cb3f9ee95eca) +- https://medium.com/@khor/relay-facebook-on-rails-8b4af2057152 +- http://mgiroux.me/2015/getting-started-with-rails-graphql-relay/ +- http://mgiroux.me/2015/uploading-files-using-relay-with-rails/ ## Todo - `GlobalNodeIdentification.to_global_id` should receive the type name and _object_, not `id`. (Or, maintain the "`type_name, id` in, `type_name, id` out" pattern?) - Make GlobalId a property of the schema, not a global