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