OBJECT

TargetEntityEdge

A Relay edge containing a TargetEntity and its cursor.

link GraphQL Schema definition

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