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