From 711a096ec6cdfb5872e247af96810b14ee54f9b0 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 26 Jul 2017 20:08:11 -0700 Subject: [PATCH] Update UPGRADE-v2.0.md --- UPGRADE-v2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-v2.0.md b/UPGRADE-v2.0.md index b4b671b7..60a77692 100644 --- a/UPGRADE-v2.0.md +++ b/UPGRADE-v2.0.md @@ -3,7 +3,7 @@ `ObjectType`, `Interface`, `InputObjectType`, `Scalar` and `Enum` implementations have been quite simplified, without the need to define a explicit Metaclass for each subtype. -It also improves the function resolvers, [simplifying the code](#resolve_only_args) the +It also improves the field resolvers, [simplifying the code](#resolve_only_args) the developer have to write to use them. Deprecations: