How to invalidate query in T3?

Hello, how can i invalidate query in TRPC like that?

const user = await api.user.getMe.query();


When its query, but it does not have any queryKey, revalidate or something like that.. Im using T3 Stack with nextjs. Thanks!
Was this page helpful?