{"code":"PGRST202","details":null,"hint":"If a new function was created in the database with this name and parameters, try reloading the schema cache.","message":"Could not find the public.graphql() function in the schema cache"}
{"code":"PGRST202","details":null,"hint":"If a new function was created in the database with this name and parameters, try reloading the schema cache.","message":"Could not find the public.graphql() function in the schema cache"}
Obviously there should be no
public.graphql()
public.graphql()
function. How should I modify my request to get the GraphQL schema?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.