class documentation

class GraphQLTransportWSMessageType(str, enum.Enum):

View In Hierarchy

Undocumented

Constant COMPLETE Undocumented
Constant CONNECTION_ACK Undocumented
Constant CONNECTION_INIT Undocumented
Constant ERROR Undocumented
Constant NEXT Undocumented
Constant PING Undocumented
Constant PONG Undocumented
Constant SUBSCRIBE Undocumented
COMPLETE: str =

Undocumented

Value
'complete'
CONNECTION_ACK: str =

Undocumented

Value
'connection_ack'
CONNECTION_INIT: str =

Undocumented

Value
'connection_init'
ERROR: str =

Undocumented

Value
'error'
NEXT: str =

Undocumented

Value
'next'
PING: str =

Undocumented

Value
'ping'
PONG: str =

Undocumented

Value
'pong'
SUBSCRIBE: str =

Undocumented

Value
'subscribe'