Skip to content

Commit 1d34ccd

Browse files
committed
fix rebase
1 parent a042ff6 commit 1d34ccd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/execution/execute.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,11 +1467,7 @@ export const defaultFieldResolver: GraphQLFieldResolver<unknown, unknown> =
14671467
* If the operation succeeded, the promise resolves to an AsyncIterator, which
14681468
* yields a stream of ExecutionResults representing the response stream.
14691469
*
1470-
* This function also supports experimental incremental delivery directives
1471-
* (`@defer` and `@stream`). To use these directives, they should be added to
1472-
* the schema and TS generic parameter TMaybeIncremental should be set to `true`
1473-
* (default: false).
1474-
* * This function does not support incremental delivery (`@defer` and `@stream`).
1470+
* This function does not support incremental delivery (`@defer` and `@stream`).
14751471
* If an operation which would defer or stream data is executed with this
14761472
* function, each `InitialIncrementalExecutionResult` and
14771473
* `SubsequentIncrementalExecutionResult` in the result stream will be replaced

0 commit comments

Comments
 (0)