How does a graphql subscription on a computed field work? #6724
Unanswered
dminkovsky
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it performant to use a graphql subscription on a computed field?
For example, suppose I have a messaging app: if I have a computed fields that gets an unread message count using a
count(*)
query, how will a subscription on this field work?Beta Was this translation helpful? Give feedback.
All reactions