Skip to content

Commit f7123ed

Browse files
committed
Cross off some tasks on the 1.0 todo
1 parent 7effd11 commit f7123ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,18 @@ obvious dead-ends with respect to probable future features, and improving test
122122
coverage for general execution. There are some chores that need to be completed
123123
as well.
124124

125-
* [ ] Extensive execution testing
126-
* [ ] Sending input objects and partial input objects in variables
127-
* [ ] Sending enums in variables
128-
* [ ] General input value type checking and validation
125+
* [X] Extensive execution testing
126+
* [X] Sending input objects and partial input objects in variables
127+
* [X] Sending enums in variables
128+
* [X] General input value type checking and validation
129129
* [X] Improve helper macros
130130
* [X] `graphql_union!` helper completely missing
131131
* [X] `graphql_input_object!` helper completely missing
132132
* [X] Add support for deprecating things
133133
* [X] Custom enum values and descriptions
134134
* [X] Improved syntax for fields that can't fail resolution - make
135135
`FieldResult<T>` optional maybe?
136-
* [ ] Investigate asynchronous execution - implementing it is not necessary, but
136+
* [X] Investigate asynchronous execution - implementing it is not necessary, but
137137
at least look at what API changes will be needed for us to hook into
138138
[Tokio][tokio], for example.
139139
* [ ] Larger examples to illustrate things like database access

0 commit comments

Comments
 (0)