Replies: 1 comment
-
I found a way to do this... It appears to work but additional feedback appreciated:
I have a couple of questions/suggestions: could there be an option such as Thank you |
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
-
I know it's possible to create a transform so that undefined values are changed into null values for mutative queries such as insert, update.
What I just realized is that it doesn't work the other way around! So when I issue a select query that returns null values, the resulting object contains null values instead of undefined.
How can I transform from null to undefined?
Beta Was this translation helpful? Give feedback.
All reactions