© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
3 replies
nahtnam

Supabase JS-RC8 Inner Join Types

Hello,

Is there any way to get the types to work on an inner-join? Supabase is pretty close to getting it. Here is the code I have:

return supabaseAdminClient.from("feeds").select("*,sources!inner(*)").eq("enabled", true)
return supabaseAdminClient.from("feeds").select("*,sources!inner(*)").eq("enabled", true)


The type is
{ ... feed stuff here } & { sources: unknown }
{ ... feed stuff here } & { sources: unknown }
so it looks like it recognizes the join but its not filling in the type.
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

JS inner join match single row?
SupabaseSSupabase / help-and-questions
4y ago
Typescript Type declaration on Inner Join?
SupabaseSSupabase / help-and-questions
4y ago
inner join really slow
SupabaseSSupabase / help-and-questions
4y ago
Inner Join in Dart
SupabaseSSupabase / help-and-questions
4y ago