How to call database function in supabase?
I have created a supbase database function and want to call from refine app, how can I do that? Is there a method in
refine-supabase data provider or should I use the supabaseClient.rpc('function_name') method from supabase?