From f7123ed9db4d7d7b8b50922c9cea0b2d90545b76 Mon Sep 17 00:00:00 2001 From: Magnus Hallin Date: Sun, 13 Nov 2016 10:41:46 +0100 Subject: [PATCH] Cross off some tasks on the 1.0 todo --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 15c3547a..cdb7fec0 100644 --- a/README.md +++ b/README.md @@ -122,10 +122,10 @@ obvious dead-ends with respect to probable future features, and improving test coverage for general execution. There are some chores that need to be completed as well. -* [ ] Extensive execution testing - * [ ] Sending input objects and partial input objects in variables - * [ ] Sending enums in variables - * [ ] General input value type checking and validation +* [X] Extensive execution testing + * [X] Sending input objects and partial input objects in variables + * [X] Sending enums in variables + * [X] General input value type checking and validation * [X] Improve helper macros * [X] `graphql_union!` helper completely missing * [X] `graphql_input_object!` helper completely missing @@ -133,7 +133,7 @@ as well. * [X] Custom enum values and descriptions * [X] Improved syntax for fields that can't fail resolution - make `FieldResult` optional maybe? -* [ ] Investigate asynchronous execution - implementing it is not necessary, but +* [X] Investigate asynchronous execution - implementing it is not necessary, but at least look at what API changes will be needed for us to hook into [Tokio][tokio], for example. * [ ] Larger examples to illustrate things like database access