README.md in graphql-relay-0.4.3 vs README.md in graphql-relay-0.4.4

- old
+ new

@@ -70,11 +70,13 @@ - Definition: [example](https://github.com/rmosolgo/graphql-relay-ruby/blob/master/spec/support/star_wars_schema.rb#L90) - Mount on mutation type: [example](https://github.com/rmosolgo/graphql-relay-ruby/blob/master/spec/support/star_wars_schema.rb#L127) ## Todo -- Show how to replace default connection implementations with custom ones - Show how to wrap a simple field in a connection field with `ConnectionField.create` +- Add a `max_page_size` config for connections? +- Refactor some RelationConnection issues: + - fix [unbounded count in page info](https://github.com/rmosolgo/graphql-relay-ruby/blob/88b3d94f75a6dd4c8b2604743108db31f66f8dcc/lib/graphql/relay/base_connection.rb#L79-L86), [details](https://github.com/rmosolgo/graphql-relay-ruby/issues/1) ## 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