more TODOs, and especially clarify the situation for input type names

This commit is contained in:
Ben Kraft
2021-03-22 18:45:52 -07:00
parent 088ec53ad5
commit 17a95fd4de
10 changed files with 115 additions and 22 deletions
+5
View File
@@ -0,0 +1,5 @@
query unexported($query: UserQueryInput) {
user(query: $query) {
id
}
}