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 141beb0 commit 9f57b45Copy full SHA for 9f57b45
graphene/core/types/tests/test_field.py
@@ -210,7 +210,7 @@ def att_func_source():
210
return True
211
212
field = Field(String(), source='att_source', description='My argument')
213
- field_func = Field(String(), source='att_source', description='My argument')
+ field_func = Field(String(), source='att_func_source', description='My argument')
214
215
class Query(ObjectType):
216
att = field
0 commit comments