Query string params
Hi , new to tRPC, is there a way to send query string params with tRPC when making a request ?
1 Reply
tRPC has inputs and outputs, the underlying mechanism for transmitting that data is up to tRPC and not something you need to think about
queries for instance already use query params