Skip to content

Commit 5879fce

Browse files
committed
update todos
1 parent f768ea0 commit 5879fce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

readme.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,7 @@ If you're building a backend for [Relay](http://facebook.github.io/relay/), you'
122122

123123
## To Do
124124

125-
- Accept type name as `type` argument?
126-
- Goal: accept `field :post, "Post"` to look up a type named `"Post"` in the schema
127-
- Problem: how does a field know which schema to look up the name from?
128-
- Problem: how can we load types in Rails without accessing the constant?
129-
- Maybe support by third-party library? `type("Post!")` could implement "type_missing", keeps `graphql-ruby` very simple
130125
- StaticValidation improvements
131-
- Include `path: [...]` in validation errors
132126
- Use catch-all type/field/argument definitions instead of terminating traversal
133127
- Reduce ad-hoc traversals?
134128
- Validators are order-dependent, is this a smell?

0 commit comments

Comments
 (0)