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
I can see this is somehow related to us not doing selections_to_map as we do for linked field selections for all raw response selection sets. However blindly adding it results in some other unexpected changes so more investigation is required. If anyone wants to try to track down what needs to be added/changes here let me know.
Activity
vhfmag commentedon Feb 20, 2025
Flow has the same issue, only in the opposite direction (it uses the last declaration instead of the first). E.g. (playground link)
vhfmag commentedon Mar 28, 2025
@captbaritone sorry for the direct ping, but I thought this qualified as "falling through the cracks" from your Discord message 😅
captbaritone commentedon Mar 28, 2025
Thanks for the ping. Let me follow up.
captbaritone commentedon Mar 28, 2025
Repro unit test here #4940 to get us started.
captbaritone commentedon Mar 28, 2025
I can see this is somehow related to us not doing
selections_to_map
as we do for linked field selections for all raw response selection sets. However blindly adding it results in some other unexpected changes so more investigation is required. If anyone wants to try to track down what needs to be added/changes here let me know.captbaritone commentedon Mar 31, 2025
My apologies, I didn't see #4915 linked here. @evanyeung will followup on the PR.
vhfmag commentedon Mar 31, 2025
thanks for the follow up!
Generate valid types when the same field is selected by both conditio…