-
I am new to query environment so need some help right now i am just loging in user via useMutation
how is a centralized state achived here so my user data is saved and how the registration is impleted ? |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Mar 10, 2023
Replies: 1 comment
-
same as any other mutation/query combination: invalidate the query that fetches the information of the logged-in user after login. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AbyerAli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
same as any other mutation/query combination: invalidate the query that fetches the information of the logged-in user after login.