+5
.changeset/tricky-poets-clap.md
+5
.changeset/tricky-poets-clap.md
+10
packages/core/src/client.ts
+10
packages/core/src/client.ts
···* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API} for the Fetch API spec.+* If your API supports the `text/event-stream` and/or `multipart/mixed` response protocol, and you use+* This means you won’t have to create a {@link subscriptionExchange} to handle subscriptions with an
+10
-2
packages/core/src/exchanges/fetch.ts
+10
-2
packages/core/src/exchanges/fetch.ts
······
······
+3
-1
packages/core/src/internal/fetchOptions.ts
+3
-1
packages/core/src/internal/fetchOptions.ts
···+: 'application/graphql-response+json, application/graphql+json, application/json, text/event-stream, multipart/mixed',
+10
packages/core/src/types.ts
+10
packages/core/src/types.ts
···* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch} for a description of this object.+* When set to `true`, subscriptions are allowed to be handled by the {@link fetchExchange} and will