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?
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?