Replies: 1 comment
-
@2snEM6 We don't support this at the moment. Ar you interested in contributing this feature? This spec draft describes how it should work. https://github.com/graphql/graphql-over-http/blob/main/rfcs/IncrementalDelivery.md#content-type-multipartmixed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The default boundary "-" is for some reason conflicting with some of the data we are returning and the GraphQL client gets confused and parses the response incorrectly.
Is there a way to set a custom boundary, such as "graphql" for the defer-stream plugin?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions