OBJECT

ProtocolGroupItem

A protocol list item for protocolList

link GraphQL Schema definition

  • type ProtocolGroupItem {
  • # The protocol for this item (see protocols query)
  • protocol: ProtocolSuperType!
  • # Start port of for this item, ignored on specific protocols
  • startPort: Int
  • # End port of for this item, ignored on specific protocols.
  • endPort: Int
  • }