Skip to content

Commit 9ec3d7c

Browse files
author
Daniel Gallagher
committed
Expose GraphQLEnumValue in top level init file to follow existing convention
1 parent 2692232 commit 9ec3d7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphql/__init__.py

+2
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,
@@ -203,6 +204,7 @@
203204
'graphql',
204205
'GraphQLBoolean',
205206
'GraphQLEnumType',
207+
'GraphQLEnumValue',
206208
'GraphQLFloat',
207209
'GraphQLID',
208210
'GraphQLInputObjectType',

0 commit comments

Comments
 (0)