httpStreaming with NonJsonSerializable
i have a question lets say i have this
link setup to make httpStreaming work and also make NonJsonSerializable stuff work (formdata)
if in the mutation i return json it works perfectly but if i return an stream i get Cannot use stream-like response in non-streaming request which makes sense
but is there any way of making it work?
link setup to make httpStreaming work and also make NonJsonSerializable stuff work (formdata)
if in the mutation i return json it works perfectly but if i return an stream i get Cannot use stream-like response in non-streaming request which makes sense
but is there any way of making it work?

