How can I run component's internal mutation inside better auth trigger?
I need to update a user detail everytime a session change, I made the internal mutation like so (first image).
Problem is how can I run it inside convex triggers (second image)?
I've been reading some comments and most of the time it's suggested to access it inside
components.betterAuth.something.something
but I can't find it in here. I only see components.betterAuth.adapter.something


0 Replies