Originally posted by @KATT in #1936 (comment) Bonus, allow for method overriding I made this tweet yesterday and the main feedback that came back was to be able to sometimes have massive bodies whe...
What are you trying to send in the query though? If you're generating a huge amount of data then my instinct is you're trying to do something that really is a mutation at heart?
Definitely give that issue a bump or open a new one for the problem specifically, it's mostly down to how tRPC implements requests, and that could definitely be better/more-flexible in some cases like this.
You must be sending an absolutely massive string though, modern browsers can take pretty long URLs in their GET requests
Hi All, I'm having the same issue. I'm using query to submit json information and getting the result to the oprations. Is there anyway to resolve this wihtout having to convert all my queries into mutation? My calls are not rely queries or mutation. They are RPCs...
As an RPC, perhaps a PUT endpoint would be a better choice. However, tRPC doesn’t appear to support that verb, so you might still need to resort to a workaround.