Multipart subscriptions

Strawberry supports subscription over multipart responses. This is an alternative protocol created by Apollo to support subscriptions over HTTP, and it is supported by default by Apollo Client.

Support

We support multipart subscriptions out of the box in the following HTTP libraries:

Usage

Multipart subscriptions are automatically enabled when using Subscription, so no additional configuration is required.

Contributors:

Edit this page on GitHub