Web Dev CodyW
Convex Community2y ago
6 replies
Web Dev Cody

Pass auth context to actions

I am trying to call a mutation which schedules an internal action. This action uses other internal queries which check authotization, so I'm finding I often need to split one useful quey into a query and a helper function. Is there a nicer was to reuse code with my approach?
Was this page helpful?