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