diff --git a/.changeset/thirty-bees-know.md b/.changeset/thirty-bees-know.md new file mode 100644 index 00000000000..214dc8d7ef0 --- /dev/null +++ b/.changeset/thirty-bees-know.md @@ -0,0 +1,7 @@ +--- +'@graphql-tools/utils': minor +--- + +Add new incremental delivery fields to the `ExecutionResult` type. + +The `id`, `subPath`, `pending` and `completed` properties specified by [in the following proposal](https://github.com/graphql/defer-stream-wg/discussions/69) are now defined within `ExecutionResult`.