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
Needle
07/20/2022, 1:10 PM
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
silentworks
07/20/2022, 1:22 PM
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▾
silentworks
07/20/2022, 1:23 PM
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
Jude
07/21/2022, 3:20 AM
Thank you!, do you perhaps any resource on how to query it in the client and the mutations?
@silentworks