strawberry-graphql / strawberry

A GraphQL library for Python that leverages type annotations 🍓
https://strawberry.rocks
MIT License
4.02k stars 533 forks source link

Multipart subscriptions not working #3626

Closed patrick91 closed 2 months ago

patrick91 commented 2 months ago

Looks like the multipart subscription is not working, not sure if I misunderstood the protocol or if it was updated recently, but the Apollo Playground sends the multipart info in the accept header and the content of the request is not a form anymore, but it's in the body of the request.

The fix should be pretty easy, but we'll need to update the tests :D (And to a test with Apollo Explorer)

Upvote & Fund

Fund with Polar

patrick91 commented 2 months ago

Fixed in #3627