mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-02-21 14:02:48 +03:00
Add 'self' argument
This commit is contained in:
parent
cb92d6e685
commit
19d5558ed7
|
@ -30,7 +30,7 @@ class ArticleConnection(Connection):
|
|||
|
||||
test = String()
|
||||
|
||||
def resolve_test():
|
||||
def resolve_test(self):
|
||||
return "test"
|
||||
|
||||
class Meta:
|
||||
|
|
Loading…
Reference in New Issue
Block a user