https://supabase.com/ logo
Hello I'm very new to Supabase and I'm trying to r...
# help
j
Hello I'm very new to Supabase and I'm trying to reference a table, I did some research and I couldn't find any findings to it yet Basically I have a Bookmarks table that contains:
Copy code
title
bookmarks: []
Where I'll reference the Bookmark table
n
Hello @Jude! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
s
Take a look at this video to learn about setting up relationships between tables in this case a one to many relationship which is what I think you are trying to accomplish

https://www.youtube.com/watch?v=5VrF9OVQ6rg

This is mainly how to set it up in the dashboard, another video will be coming soon that will show how to retrieve this from code.
j
Thank you!, do you perhaps any resource on how to query it in the client and the mutations? @silentworks