Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support: support request/response transform for input validation #10285

Open
meetzaveri opened this issue Jun 10, 2024 · 0 comments
Open

support: support request/response transform for input validation #10285

meetzaveri opened this issue Jun 10, 2024 · 0 comments
Labels
k/enhancement New feature or improve an existing feature

Comments

@meetzaveri
Copy link
Member

Is your proposal related to a problem?

Currently, in input validation for Postgres, there is no option to define request/response transform as such in Hasura actions.

The need for it is to set a format of request payload/headers and then the user can use their existing API rather than creating a new one for input validation.

Describe the solution you'd like

Just as Hasura actions has Type transforms, there can be equivalent for Input validation feature.

This involves the option to set custom request method, request body transform, request URL and response transform as well.

@meetzaveri meetzaveri added the k/enhancement New feature or improve an existing feature label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k/enhancement New feature or improve an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant