Hey guys, I'm struggling to understand the relatio...
# orm-help
s
Hey guys, I'm struggling to understand the relationship between parent and child resolvers with Prisma bindings when running a query and returning a custom type that returns non-scalar fields. Anyone familiar with this that I could pick their brain? It works, but I'm not sure the purpose of having the parent resolver when all 2nd-step resolvers are needed to return the data. I know I must be missing something.