Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Sep 14, 2022
1 parent a042ff6 commit 1d34ccd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/execution/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1467,11 +1467,7 @@ export const defaultFieldResolver: GraphQLFieldResolver<unknown, unknown> =
* If the operation succeeded, the promise resolves to an AsyncIterator, which
* yields a stream of ExecutionResults representing the response stream.
*
* This function also supports experimental incremental delivery directives
* (`@defer` and `@stream`). To use these directives, they should be added to
* the schema and TS generic parameter TMaybeIncremental should be set to `true`
* (default: false).
* * This function does not support incremental delivery (`@defer` and `@stream`).
* This function does not support incremental delivery (`@defer` and `@stream`).
* If an operation which would defer or stream data is executed with this
* function, each `InitialIncrementalExecutionResult` and
* `SubsequentIncrementalExecutionResult` in the result stream will be replaced
Expand Down

0 comments on commit 1d34ccd

Please sign in to comment.