santiS
tRPC3y ago
2 replies
santi

Use TRPC function inside of a TRPC function

Hi all! We have a trpc query called getProduct. I want to use this getProduct query inside of another query (getCart query). Is this possible / simple as a single trpc request rather than multiple?
Was this page helpful?