OBJECT

IpDetailsEdge

An edge in a connection.

link GraphQL Schema definition

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