Using Prisma, is there a way to manually specify t...
# orm-help
s
Using Prisma, is there a way to manually specify the value for a
DateTime
field in a mutation (on the db, not yoga)? I see that the generated inputs don't contain our
createdAt
and
updatedAt
fields