#Is there a built-in way to validate a request response?
3 messages · Page 1 of 1 (latest)
what do you mean by that? do you want to validate a response returned from a controller, before sending it back to the user?
basically, if the response doesn't match the DTO then it responds with an error. Similar to the way GraphQL/Apollo validates responses.