Say my register/login mutations return a user/token. From that point after generating the token, how do I set it onto the auth header so that I can redirect to a profile page with the
currentUser
info displayed? I already have a
currentUser
query setup to only allow authenticated requests butt hat's only because I manually setup the Bearer token in graphql playground