© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
2 replies
Antonio (TubeLab)

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"
}
 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?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Could not find storage.search
SupabaseSSupabase / help-and-questions
4y ago
Could not find the function pgmq_public.send_batch(delay, msgs, queue_name) in the schema cache
SupabaseSSupabase / help-and-questions
2w ago
Could not find a relationship in the schema cache
SupabaseSSupabase / help-and-questions
13mo ago
How to update pg_graphql extension?
SupabaseSSupabase / help-and-questions
7mo ago