From ead24a94c2acb6ee5cc19abd86500a75f1576960 Mon Sep 17 00:00:00 2001 From: Felipe Mesquita Date: Wed, 23 May 2018 20:20:55 -0300 Subject: [PATCH] Update UPGRADE-v2.0.md type correction --- 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 715baa66..57b94630 100644 --- a/UPGRADE-v2.0.md +++ b/UPGRADE-v2.0.md @@ -200,7 +200,7 @@ class MyObject(ObjectType): ## Mutation.mutate -Now only receives (`self`, `info`, `**args`) and if not a @classmethod +Now only receives (`self`, `info`, `**args`) and is not a @classmethod Before: