ENUM

TransportLayerProtocol

Description

Supported in v5.1+ The network protocol to use, either UDP or TCP.

link GraphQL Schema definition

  • enum TransportLayerProtocol {
  • TRANSPORT_LAYER_PROTOCOL_TCP
  • TRANSPORT_LAYER_PROTOCOL_UDP
  • }