- ISSUE-123 -
Add an optional
subscription_keep_alive_interval
parameter to theregister_graphql_handlers
function. When provided, a keep alive message will be send to the client eachsubscription_keep_alive_interval
seconds.
subscription_keep_alive_interval
parameter to the
register_graphql_handlers
function. When provided, a keep alive message will
be send to the client each subscription_keep_alive_interval
seconds.