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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: