Login
Remember
Register
Ask a Question
What is subscription in GraphQL?
0
votes
asked
Apr 10, 2023
in
GraphQL
by
Robindeniel
What is subscription in GraphQL?
graphql-subscription
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 10, 2023
by
Robindeniel
In GraphQL, the subscription is used for listening for any data changes. The server sends a notification message to the client after any data changes, if the client is subscribed to that event.
...