also, do we really need to use graphql with supabase to query?
s
silentworks
10/16/2021, 10:08 PM
Not sure where the assumption came from, but you don't need to use graphql at all with Supabase, I've never used graphql with supabase at all.
c
Crane
10/17/2021, 1:16 AM
great, thank you!
Crane
10/17/2021, 1:16 AM
I was reading into some projects using Supabase and many of them were using graphql
Crane
10/17/2021, 1:50 AM
is it posible to use sql queries with supabase client, anw?
s
silentworks
10/17/2021, 10:31 AM
No you cannot use sql queries directly as this would cause security issues. You can create functions or even create views which would have more complex SQL queries and then call them via the supabase client library