Using graphql extension - Could not find the public.graphql()

I was testing the graphql extension on a brand new project and this is what I receive when testing the graphql endpoint:

 json
{
  "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"
}


Any clue how to reload schema cache in supabase?
Anyway to resolve this?
Was this page helpful?