Add 'self' argument

This commit is contained in:
lilac-supernova-2 2023-08-26 03:08:29 -04:00 committed by GitHub
parent cb92d6e685
commit 19d5558ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ class ArticleConnection(Connection):
test = String()
def resolve_test():
def resolve_test(self):
return "test"
class Meta: