do subscriptions execute once for each subscriber? #1528
Unanswered
shawnjones253
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://typegraphql.com/docs/subscriptions.html
does the implementation body of the subscription resolver get executed once for each subscriber? or does it execute once and then the results are fanned out to subscribers?
what if the subscribers create the subscription and ask for a field from a FieldResolver? ex:
what if
content
is aFieldResolver
?Beta Was this translation helpful? Give feedback.
All reactions