File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -122,18 +122,18 @@ obvious dead-ends with respect to probable future features, and improving test
122
122
coverage for general execution. There are some chores that need to be completed
123
123
as well.
124
124
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
129
129
* [X] Improve helper macros
130
130
* [X] ` graphql_union! ` helper completely missing
131
131
* [X] ` graphql_input_object! ` helper completely missing
132
132
* [X] Add support for deprecating things
133
133
* [X] Custom enum values and descriptions
134
134
* [X] Improved syntax for fields that can't fail resolution - make
135
135
` 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
137
137
at least look at what API changes will be needed for us to hook into
138
138
[ Tokio] [ tokio ] , for example.
139
139
* [ ] Larger examples to illustrate things like database access
You can’t perform that action at this time.
0 commit comments