supabase-graphql-example
supabase-graphql-example copied to clipboard
GraphQL endpoint always returning `errors: []`
Graphql endpoint always returning errors: []
Even when data is filled with valid content besides.
I wonder if it's the expected behavior?
that behavior is from the underlying postgres extension pg_graphql that provides the GraphQL API. It is expected to be resolved in a later release of that project since the default is technically overfetching
https://github.com/supabase/pg_graphql/pull/142