INPUT_OBJECT

ProtocolListItemParams

Item for protocol list

link GraphQL Schema definition

  • input ProtocolListItemParams {
  • # The protocol for this item
  • 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
  • }

link Require by