ZOD
I want the final response of the API to look something like this:
So the parent can be nullable, I define my schema like this:
When the parent is null, it gets returned null like normal, but when there is actually a parent, this is the fastify error I'm getting. Any idea on how to fix this?
So the parent can be nullable, I define my schema like this:
When the parent is null, it gets returned null like normal, but when there is actually a parent, this is the fastify error I'm getting. Any idea on how to fix this?
