Skip to content

[FEATURE] Support non-nested zod json types inside input object for query #139

@MarkLee425

Description

@MarkLee425

Is it possible to support more zod types in input object for query? Like non-nested json.

What I am thinking is to do sth like this:
z.object({ coordinates: z.object({ latitude: z.number(), longitude: z.number() }) })
-> https://aaa.com/bbb?latitude=xxx&longitude=yyy

So it should automatically skip the key of the object, and expand the value of object into search queries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions