Skip to content

Commit 9f5b0a4

Browse files
committed
Added GraphQLInputObjectField into the module exports.
1 parent 63c9a4d commit 9f5b0a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphql/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
GraphQLList,
5959
GraphQLNonNull,
6060
GraphQLField,
61+
GraphQLInputObjectField,
6162
GraphQLArgument,
6263

6364
# Scalars
@@ -180,6 +181,7 @@
180181
'GraphQLList',
181182
'GraphQLNonNull',
182183
'GraphQLField',
184+
'GraphQLInputObjectField',
183185
'GraphQLArgument',
184186
'GraphQLObjectType',
185187
'GraphQLScalarType',

0 commit comments

Comments
 (0)