batchHttpLink previously and mocking the following API route worked perfectly:unstable_batchStreamLink this returns an error stating Unexpected non-whitespace character after JSON at position 55 which kinda makes sense because it should be streaming a response back instead of immediately receiving a JSON object. But I'm kind of stumped on how I can update my mock response call to satisfy TRPC to return that streamed data instead? 


