Does anyone have some example repo which uses supa...
# help
u
Does anyone have some example repo which uses supabase + graphql combination. Having trouble to get grasp of supabase documentation.
n
Hello @uskolol! 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.
u
I mean like i could just wrap the REST api call into my own GraphQL logic and then return data to the user.
But been thinking does this have any performance isssues etc. and like if Supabase already supports graphql then why make own logic?
Making project for react native, so need to make seperate backend running on node.js
So my idea is that backend gets data from Supabase then returns data via GraphQL to the user (react native)
Got it working like this
Then playground testing