OBJECT
IpSegmentConnection
A connection to a list of items.
link GraphQL Schema definition
- type IpSegmentConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [IpSegmentEdge]
- # A list of IpSegment nodes.
- : [IpSegment!]!
- # The total count of items in the connection.
- : Int!
- }