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: