Server -> Client message. This message type is for the ack response from AWS AppSync RealTime for GQL_CONNECTION_INIT message
Server -> Client message This message type is in case there is an issue with AWS AppSync RealTime when establishing connection
Client -> Server message. This message type is the first message after handshake and this will initialize AWS AppSync RealTime communication
Server -> Client message. This message type helps the client to know is still receiving messages from AWS AppSync RealTime
Server -> Client message. This message type is for subscription message from AWS AppSync RealTime
Server -> Client message. This message type is for sending error messages from AWS AppSync RealTime to the client
Client -> Server message. This message type is for register subscriptions with AWS AppSync RealTime
Server -> Client message. This message type is for the ack response from AWS AppSync RealTime for GQL_START message
Client -> Server message. This message type is for unregister subscriptions with AWS AppSync RealTime
Server -> Client message. This message type is for the ack response from AWS AppSync RealTime for GQL_STOP message