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 d6740e9 commit 3d66159Copy full SHA for 3d66159
graphene/core/types/tests/test_field.py
@@ -136,6 +136,7 @@ class MyInput(InputObjectType):
136
my_field = InputField(String, description='My input field', default='3')
137
138
my_input_field = InputField('MyInput')
139
+
140
class OtherInput(InputObjectType):
141
my_input = my_input_field
142
0 commit comments