feat: expose getter for init payload and pass it to context.upgrade on the server
added getInitPayload
function to transportOptions of BaseQLClient
. This object should contain the old sessionID and may now include any further information needed to start a session. This object can be accessed serverside via context.initPayload
and is presen inside contextmanager.upgrade
.