Transformers do properly not handle fields which are both required and nullable #2022
Labels
bug 🔥
Something isn't working
prioritized 🚚
This issue has been prioritized and will be worked on soon
Description
Transformers does not check whether a field is a null. As an example:
Suppose we have a schema
Here is the transformer for it
Reproducible example or configuration
https://stackblitz.com/edit/hey-api-client-fetch-example-2simwjzc?file=src%2Fclient%2Ftransformers.gen.ts
OpenAPI specification (optional)
Inside the stackblitz link, I changed the swagger example.
System information (optional)
No response
The text was updated successfully, but these errors were encountered: