+5
.changeset/small-cheetahs-jam.md
+5
.changeset/small-cheetahs-jam.md
···
···+Support [Apollo Federation's format](https://www.apollographql.com/docs/router/executing-operations/subscription-multipart-protocol/) for subscription results in `multipart/mixed` responses (result properties essentially are namespaced on a `payload` key)
+1
packages/core/src/types.ts
+1
packages/core/src/types.ts
···* @see {@link https://github.com/graphql/graphql-wg/blob/main/rfcs/DeferStream.md#payload-format} for the DeferStream spec/** A source of {@link OperationResult | OperationResults}, convertable to a promise, subscribable, or Wonka Source.
+58
packages/core/src/utils/result.test.ts
+58
packages/core/src/utils/result.test.ts
······
······
+11
-4
packages/core/src/utils/result.ts
+11
-4
packages/core/src/utils/result.ts
······
······