You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let’s say that my Root.jsis a top-level wrapper responsible to fetch something like this:
queryRootQuery {
me {
id
}
}
So, if me exists, I would like to forward the nested routes, but if I don’t have me, means that the user isn’t logged, so would like to redirect him/her.
How can I implement a programmaticaly navigation on issue-tracker?
The text was updated successfully, but these errors were encountered:
Let’s say that my
Root.js
is a top-level wrapper responsible to fetch something like this:So, if
me
exists, I would like to forward the nested routes, but if I don’t haveme
, means that the user isn’t logged, so would like to redirect him/her.How can I implement a programmaticaly navigation on issue-tracker?
The text was updated successfully, but these errors were encountered: