Is there a way to create a custom object when selecting?
Like in Entity Framework, we do something like this for example.
Here I can create a custom
boolean
field which is not part of Todo
schema. How can I do that same with Prisma?0 Replies