I'm upgrading from prisma1 to prisma2 and am havin...
# orm-help
m
I'm upgrading from prisma1 to prisma2 and am having problems getting field resolvers working in nexus. I am using
nexus-prisma
Just a little lost on what I'm missing and need some help.
Further detail, a singular select for an entity is fine. If I do a
findMany
the list of entities is returned from the DB but has an issue because it finds a list of entities rather than the expected property
Figured it out. Better docs would help 🙂