when creating multi hierarchy with prisma is there...
# orm-help
s
when creating multi hierarchy with prisma is there a way to have a touch point like the netsted inner objects in GET operations ? on the one hand i want to be able to create a hierarchical object with one operation on the other hand i want to add BL to the insertion of each and every inner object
r
@stephan levi 👋 Didn’t quite get your point. Could you explain with an example?
s
ill give you the equivalent when you have a hierarchical query you get a touch point each time you drill down using the resolvers i want to have the same thing when using nested mutations