Skip to content

Commit 83606a5

Browse files
committed
update todos
1 parent 0aa6f76 commit 83606a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,9 @@ If you're building a backend for [Relay](http://facebook.github.io/relay/), you'
127127
- Reduce ad-hoc traversals?
128128
- Validators are order-dependent, is this a smell?
129129
- Tests for interference between validators are poor
130-
- Maybe this is a candidate for a rewrite? Can it somehow work more closely with query analysis? Somehow support the `Query#perform_validation` refactor?
130+
- Maybe this is a candidate for a rewrite?
131131
- Add Rails-y argument validations, eg `less_than: 100`, `max_length: 255`, `one_of: [...]`
132132
- Must be customizable
133-
- Refactor `Query#perform_validation`, how can that be organized better?
134133
- Relay:
135134
- `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?)
136135
- Reduce duplication in ArrayConnection / RelationConnection

0 commit comments

Comments
 (0)