We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9e922 commit 0107e30Copy full SHA for 0107e30
docs/conf.py
@@ -142,7 +142,7 @@
142
"""
143
GNT GT KT T VT
144
TContext
145
-enum.Enum
+Enum
146
traceback
147
types.TracebackType
148
TypeMap
@@ -157,6 +157,7 @@
157
FormattedSourceLocation
158
GraphQLAbstractType
159
GraphQLCompositeType
160
+GraphQLEnumValueMap
161
GraphQLErrorExtensions
162
GraphQLFieldResolver
163
GraphQLInputType
@@ -175,6 +176,7 @@
175
176
asyncio.events.AbstractEventLoop
177
collections.abc.MutableMapping
178
collections.abc.MutableSet
179
+enum.Enum
180
graphql.execution.collect_fields.DeferUsage
181
graphql.execution.collect_fields.CollectFieldsResult
182
graphql.execution.collect_fields.FieldGroup
0 commit comments