INPUT_OBJECT

PortRange

Description

Range of ports that are allowed to be accessed.

link GraphQL Schema definition

  • input PortRange {
  • # The minimum port in the port range.
  • portMin: Int
  • # The maximum port in the port range.
  • portMax: Int
  • }