You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
Currently there is no scalar representation of a Union type which can cause issue in cases where we rely on ScalarValue (see #8499 for the issue that is prompting this request)
Describe the solution you'd like
Define a ScalarValue::Union variant. I think this should be as simple as:
Is your feature request related to a problem or challenge?
Currently there is no scalar representation of a
Union
type which can cause issue in cases where we rely onScalarValue
(see #8499 for the issue that is prompting this request)Describe the solution you'd like
Define a
ScalarValue::Union
variant. I think this should be as simple as:That is, just wraps another
ScalarValue
along with thetype_id
Describe alternatives you've considered
Not do anything
Additional context
No response
The text was updated successfully, but these errors were encountered: