Join Slack
Powered by
Question: Should `operationAfter`s be firing when ...
# prisma-whats-new
j
Joel
01/21/2018, 5:18 AM
Question: Should `operationAfter`s be firing when things are created via nested mutations? eg:
Copy code
mutation { createFish(color: "blue", scale: { size: 10 }) { id } }
And suppose I have an
operationAfter
on
scale
creation
3
Views
Open in Slack
Previous
Next