Skip to content

Commit

Permalink
rename AsyncPayloadRecord to IncrementalDataRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Apr 7, 2024
1 parent 398d5cc commit 0402948
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 129 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
traceback
types.TracebackType
TypeMap
AsyncPayloadRecord
AwaitableOrValue
EnterLeaveVisitor
ExperimentalIncrementalExecutionResults
Expand All @@ -160,6 +159,7 @@
GraphQLTypeResolver
GraphQLOutputType
GroupedFieldSet
IncrementalDataRecord
Middleware
asyncio.events.AbstractEventLoop
graphql.execution.collect_fields.FieldsAndPatches
Expand All @@ -168,7 +168,7 @@
graphql.execution.execute.DeferredFragmentRecord
graphql.execution.execute.ExperimentalIncrementalExecutionResults
graphql.execution.execute.StreamArguments
graphql.execution.execute.StreamRecord
graphql.execution.execute.StreamItemsRecord
graphql.language.lexer.EscapeSequence
graphql.language.visitor.EnterLeaveVisitor
graphql.type.definition.TContext
Expand Down

0 comments on commit 0402948

Please sign in to comment.