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
  • node: TextMessageEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }