How do server side-effects work? #181
jameshulse
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've seen mutations in the documentation and they look really simple, but how do you react to mutations on the server to do extra work?
For example, in the social media example, you may want to notify offline user's of a reply via email. So it's not just a
posts.create
mutation - it needs something to respond to that.Beta Was this translation helpful? Give feedback.
All reactions