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 6fd64d5 commit 8cf3aa1Copy full SHA for 8cf3aa1
docs/conf.py
@@ -121,6 +121,8 @@
121
graphql_classes = {
122
'GraphQLAbstractType': 'type',
123
'GraphQLObjectType': 'type',
124
+ 'GraphQLOutputType': 'type',
125
+ 'GraphQLTypeResolver': 'type',
126
'Node': 'language',
127
'Source': 'language',
128
'SourceLocation': 'language'
@@ -134,6 +136,8 @@
134
136
types.TracebackType
135
137
EnterLeaveVisitor
138
FormattedSourceLocation
139
+GraphQLAbstractType
140
+GraphQLOutputType
141
asyncio.events.AbstractEventLoop
142
graphql.execution.map_async_iterator.MapAsyncIterator
143
graphql.language.lexer.EscapeSequence
0 commit comments