what handler do you use to seperate trpc queries from client?
What can I do to isolate trpc queries from the client? I want to create a cleaner logic, such as invalidating the relevant context or suppressing toast in cases such as onSuccess and onError after the mutate operation.
2 Replies