emeeE
Convex Community3mo ago
6 replies
emee

Better-auth table queries & mutations

It is currently possible to use convex queries & mutation on the better-auth component?

export const findUser = query({
args: {},
handler: async (ctx, args) => {
ctx.query("better-auth-table")
}
 })
Was this page helpful?