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
Happening because we spread the recursive call result here so the nested def just gets flattened. We would have to update the types and also make getQueryParamType recursive if input.multiplicity is true here.
We should probably add a check to fail when this happens instead of flattening the arg until we fix this.