supabase / pg_graphql

GraphQL support for PostgreSQL
https://supabase.github.io/pg_graphql
Apache License 2.0
2.88k stars 101 forks source link

Bugfix relationship 1:1 nullability #559

Closed olirice closed 2 days ago

olirice commented 3 days ago

What kind of change does this PR introduce?

Bugfix. Reverse foreign key relationships are not known to be not null. This PR updates them to display nullability in Introspection schema. No transpilation behavior is changed.

Resolves #557

imor commented 3 days ago

@olirice corrected a few fields in the test in my last commit. LGTM otherwise.

olirice commented 2 days ago

good edits, TY