how to make fields selection mandatory?
Currently, both
select
and include
are optional fields, more of that it's possible to pass just true
, without specifying every field:
how can i force prisma to make select
or include
mandatory and allow to pass only fields specifications instead of just true
?
0 Replies