When using the prisma plugin, is there any way to ...
# graphql-nexus
p
When using the prisma plugin, is there any way to limit the fields that can be updated with
t.crud.updateOne*
?
👀 1
r
Maybe possible by a custom resolver? https://nexusjs.org/docs/pluginss/prisma/api#resolve Just updating the fields required regardless of what’s passed.
p
That would work, but feels kinda hacky and the problem is that the GraphQL types are not updated.