Coalesce Type Inference #127
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
navilan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to write idempotent queries to create edges in cosmos db. Here is a simplified query:
What I want to accomplish is this:
However, I'm having trouble as the compiler cannot infer the type of
Coalesce
. So, I have two questions:Thank you so much,
Cheers
Navilan.
Beta Was this translation helpful? Give feedback.
All reactions