Update UPGRADE-v2.0.md

This commit is contained in:
Syrus Akbary 2017-07-27 00:10:50 -07:00 committed by GitHub
parent 6ae9e51320
commit 586ea56693

View File

@ -45,7 +45,7 @@ With 2.0:
```python
my_field = graphene.String(my_arg=graphene.String())
def resolve_my_field(self, arg1, arg2):
def resolve_my_field(self, my_arg):
return ...
```