OBJECT

IpTrailEdge

An edge in a connection.

link GraphQL Schema definition

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