We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932e3d8 commit 295fba3Copy full SHA for 295fba3
examples/field_example.py
@@ -28,4 +28,4 @@ def resolve_patron(self, args, info):
28
'''
29
result = schema.execute(query)
30
# Print the result
31
-print result.data['patron']
+print(result.data['patron'])
0 commit comments