INPUT_OBJECT
ProtocolListItemParams
Item for protocol list
link GraphQL Schema definition
- input ProtocolListItemParams {
- # The protocol for this item
- : ProtocolSuperType!
- # Start port of for this item, ignored on specific protocols.
- : Int
- # End port of for this item, ignored on specific protocols.
- : Int
- }