From 3b80f09c79258fecd11a8d2309f97ff614bab5d1 Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Fri, 10 Jul 2020 13:59:35 -0700 Subject: [PATCH] reword TODO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37bfcb3..790526d 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,4 @@ Other: - more tests - documentation - a name that's more clearly distinct from other libraries out there -- tests will want to construct response values, and will need them to not have anonymous structs so as to do that (but that runs into even more naming collisions, if the same file has several queries with different fields of a type +- what to do about usages in tests -- tests will want to construct response values, and will need them to not have anonymous structs so as to do that (but that runs into even more naming collisions, if the same file has several queries with different fields of a type)