Replies: 1 comment
-
@carlpaten did find any solution since then? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have Postgres functions that can never possibly return NULL and we're using them to populate computed columns. However in the GraphQL schema the fields appear as nullable.
Is there any way to mark them as non-nullable instead?
Beta Was this translation helpful? Give feedback.
All reactions