OBJECT
ProtocolGroupItem
A protocol list item for protocolList
link GraphQL Schema definition
- type ProtocolGroupItem {
- # The protocol for this item (see protocols query)
- : ProtocolSuperType!
- # Start port of for this item, ignored on specific protocols
- : Int
- # End port of for this item, ignored on specific protocols.
- : Int
- }