When I look at the prisma.graphql file that's gene...
# orm-help
p
When I look at the prisma.graphql file that's generated, it still shows posts and stuff
d
Each resolver receives
parent, args, context, info
is possible a resolver is getting called without args? Maybe you could share some more of your code
p
its not args that's undefined. its the object on which args is. And it's not failing inside the resolver
n
without providing more context it's difficult to say what might be going wrong 🙂