README.md in graphql-relay-0.9.4 vs README.md in graphql-relay-0.9.5
- old
+ new
@@ -345,9 +345,10 @@
- Allow custom edge fields (per connection type)
- `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
- Reduce duplication in ArrayConnection / RelationConnection
- Improve API for creating edges (better RANGE_ADD support)
+- If the new edge isn't a member of the connection's objects, raise a nice error
## More Resources
- [GraphQL Slack](http://graphql-slack.herokuapp.com), come join us in the `#ruby` channel!
- [`graphql`](https://github.com/rmosolgo/graphql-ruby) Ruby gem