hello, I'm trying to implement SuperTokens to my app and I'm unsure which guide should I follow.
I'm using NextJS, express and GraphQL. The goal would of course be to have access to user data on the backend. I'm not sure what would be the best way to do that here. I'm kind of new to NextJS so I am unsure how exactly the API routes work, is it possible to manage the auth in NextJS and then send all of the data to my backend through a mutation? Or should the auth be managed on the backend? I haven't been able to make that work.