Nested records using select()
Apologies if this has been asked but I can't find it.
Is there an easier way to get nested records (one-to-many) using the query builder approach versus with? Currently can't use with because of the usersInAuth supabase introspect issue. There's a workaround for that but I also just like the flexibility of query builder. I've been able to make this work somewhat but it's a little verbose and hard to get the types 100% right.
I assume 1.0 might address some of these things but just want to make sure I'm not over-engineering or missing something.
Is there an easier way to get nested records (one-to-many) using the query builder approach versus with? Currently can't use with because of the usersInAuth supabase introspect issue. There's a workaround for that but I also just like the flexibility of query builder. I've been able to make this work somewhat but it's a little verbose and hard to get the types 100% right.
I assume 1.0 might address some of these things but just want to make sure I'm not over-engineering or missing something.