From a20c96d51a4ee0a2715af0bf3a9e6ba7f8fb5327 Mon Sep 17 00:00:00 2001 From: Cooper Filby Date: Tue, 15 Oct 2019 23:18:06 -0500 Subject: [PATCH] More edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59e3375aa05..5f8fa6d78fa 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,8 @@ models: This means gqlgen will be able to automatically bind to strings or ints for models you have written yourself, but the first model in this list is used as the default type and it will always be used when: -- generating models based on schema -- as arguments in resolvers +- Generating models based on schema +- As arguments in resolvers There isnt any way around this, gqlgen has no way to know what you want in a given context.