Get empty response via GraphQL via CURL, but works in visual editor.
I'm trying to get a response from my database via the GraphQL interface. In the visual editor I run:
And I get the response:
However, trying to do this via CURL (following this part of the documentation: https://supabase.github.io/pg_graphql/supabase/)
I get the empty response
What am I doing wrong? I don't get it. I don't have any active RLS policy on my table.
And I get the response:
However, trying to do this via CURL (following this part of the documentation: https://supabase.github.io/pg_graphql/supabase/)
I get the empty response
What am I doing wrong? I don't get it. I don't have any active RLS policy on my table.