Database function returning JSON
Hello, I am using Supabase Swift SDK and trying to call a database function that returns a JSON.
When I call the function, I get an issue saying
Here is the SQL code in the function
I also attached the struture of my tables.
When I call the function, I get an issue saying
relation "quizzes" does not existHere is the SQL code in the function
I also attached the struture of my tables.