0 votes
in GraphQL by
What is subscription in GraphQL?

1 Answer

0 votes
by
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.
...