We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1295e42 commit 88c967fCopy full SHA for 88c967f
README.md
@@ -129,8 +129,9 @@ as well.
129
* [ ] General input value type checking and validation
130
* [ ] Improve helper macros
131
* [ ] `graphql_union!` helper completely missing
132
- * [ ] Add support for deprecating things
133
- * [ ] Custom enum values and descriptions
+ * [X] `graphql_input_object!` helper completely missing
+ * [X] Add support for deprecating things
134
+ * [X] Custom enum values and descriptions
135
* [ ] Improved syntax for fields that can't fail resolution - make
136
`FieldResult<T>` optional maybe?
137
* [ ] Investigate asynchronous execution - implementing it is not necessary, but
0 commit comments