You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a server with API that arrange all my clients. I want to send notification to all admins when some client is disconnected, with all information about it. I'm connecting my clients by its id in the database.
So... how can i run logic when graphql subscription client has unsubscribed?
The text was updated successfully, but these errors were encountered:
Hello, everyone!
I have a server with API that arrange all my clients. I want to send notification to all admins when some client is disconnected, with all information about it. I'm connecting my clients by its id in the database.
So... how can i run logic when graphql subscription client has unsubscribed?
The text was updated successfully, but these errors were encountered: