Skip to content

Commit ab73d5c

Browse files
authored
Merge pull request #180 from dan98765/expose_GraphQLEnumValue_in_top_level_init_file
Expose GraphQLEnumValue in top level init file to follow existing convention
2 parents 4aecd32 + 9ec3d7c commit ab73d5c

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
@@ -38,6 +38,7 @@
3838
GraphQLInterfaceType,
3939
GraphQLUnionType,
4040
GraphQLEnumType,
41+
GraphQLEnumValue,
4142
GraphQLInputObjectType,
4243
GraphQLList,
4344
GraphQLNonNull,
@@ -213,6 +214,7 @@
213214
'graphql',
214215
'GraphQLBoolean',
215216
'GraphQLEnumType',
217+
'GraphQLEnumValue',
216218
'GraphQLFloat',
217219
'GraphQLID',
218220
'GraphQLInputObjectType',

0 commit comments

Comments
 (0)