supabase-graphql-example icon indicating copy to clipboard operation
supabase-graphql-example copied to clipboard

GraphQL endpoint always returning `errors: []`

Open jycouet opened this issue 4 years ago • 2 comments

Graphql endpoint always returning errors: [] Even when data is filled with valid content besides.

I wonder if it's the expected behavior?

jycouet avatar Mar 31 '22 14:03 jycouet

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

olirice avatar Mar 31 '22 18:03 olirice

https://github.com/supabase/pg_graphql/pull/142

olirice avatar Apr 04 '22 19:04 olirice