We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7797c29 commit 5ed4f1dCopy full SHA for 5ed4f1d
1 file changed
README.rst
@@ -46,7 +46,7 @@ Create a subscribable schema like this:
46
class Query(graphene.ObjectType):
47
hello = graphene.String()
48
49
- @static_method
+ @staticmethod
50
def resolve_hello(obj, info, **kwargs):
51
return "world"
52
@@ -132,7 +132,7 @@ Create a subscribable schema like this:
132
133
134
135
136
137
138
0 commit comments