From 28dfeb5b46a9515d359f34c7739a9762a4a2c6bc Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Fri, 2 Apr 2021 18:08:13 -0700 Subject: [PATCH] more notes on testing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a4540ba..469f9bc 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,8 @@ Config options: Other: - (+) improved validation and error checking - (+) documentation +- (+) basic tests for graphql package +- integration tests against common servers for graphql package - get a designer to fix my bad logo-thing - custom scalar types (or custom mappings for standard scalars, if you want a special ID type say) - allow mapping a GraphQL type to a particular Go type (if you want to use a named type for some string, say)