Skip to content

Nested list query params are not supported #2020

@bryantpark04

Description

@bryantpark04

Repro in #2015

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions