As described in appolo spec https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md#gql_connection_init
we can use optional 'payload' parameter for GQL_CONNECTION_INIT message type.
My reasoning here, is that I want put authorization token into connection init message.