OBJECT

IpSegmentEdge

An edge in a connection.

link GraphQL Schema definition

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