OBJECT

PortGroupItemEdge

An edge in a connection.

link GraphQL Schema definition

  • type PortGroupItemEdge {
  • # The item at the end of the edge
  • node: PortGroupItem
  • # A cursor for use in pagination
  • cursor: String!
  • }