OBJECT
TargetRelationEntityEdge
A Relay edge containing a TargetRelationEntity and its cursor.
link GraphQL Schema definition
- type TargetRelationEntityEdge {
- # The item at the end of the edge
- : TargetRelationEntity
- # A cursor for use in pagination
- : String!
- }