I'm using Supabase as basically my SaaS layer (auth, chat) and Prisma + GraphQL + Express as my core APIs. Everything works great except I'm not sure what the best approach is to glue everything in. Ideally, auth.users.id is the same as users.id, which is the same as users.id (Prisma). Does anyone have any recommendations?