We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398d5cc commit 0402948Copy full SHA for 0402948
docs/conf.py
@@ -146,7 +146,6 @@
146
traceback
147
types.TracebackType
148
TypeMap
149
-AsyncPayloadRecord
150
AwaitableOrValue
151
EnterLeaveVisitor
152
ExperimentalIncrementalExecutionResults
@@ -160,6 +159,7 @@
160
159
GraphQLTypeResolver
161
GraphQLOutputType
162
GroupedFieldSet
+IncrementalDataRecord
163
Middleware
164
asyncio.events.AbstractEventLoop
165
graphql.execution.collect_fields.FieldsAndPatches
@@ -168,7 +168,7 @@
168
graphql.execution.execute.DeferredFragmentRecord
169
graphql.execution.execute.ExperimentalIncrementalExecutionResults
170
graphql.execution.execute.StreamArguments
171
-graphql.execution.execute.StreamRecord
+graphql.execution.execute.StreamItemsRecord
172
graphql.language.lexer.EscapeSequence
173
graphql.language.visitor.EnterLeaveVisitor
174
graphql.type.definition.TContext
0 commit comments