Update 1.0 progress in README
This commit is contained in:
parent
1295e42c58
commit
88c967f804
1 changed files with 3 additions and 2 deletions
|
@ -129,8 +129,9 @@ as well.
|
|||
* [ ] General input value type checking and validation
|
||||
* [ ] Improve helper macros
|
||||
* [ ] `graphql_union!` helper completely missing
|
||||
* [ ] Add support for deprecating things
|
||||
* [ ] Custom enum values and descriptions
|
||||
* [X] `graphql_input_object!` helper completely missing
|
||||
* [X] Add support for deprecating things
|
||||
* [X] Custom enum values and descriptions
|
||||
* [ ] Improved syntax for fields that can't fail resolution - make
|
||||
`FieldResult<T>` optional maybe?
|
||||
* [ ] Investigate asynchronous execution - implementing it is not necessary, but
|
||||
|
|
Loading…
Reference in a new issue