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