Can anyone explain the difference between a `*Upda...
# orm-help
t
Can anyone explain the difference between a
*UpdateInput
and a
*UpdateDataInput
?
n
have a look at the types in GraphQL Playground and it should be quite clear 🙂
t
Actually, the reason I asked is because from the models I provided Prisma, there is no difference between the two in the output schema.
n
look at the mutations where they appea
update*