OBJECT
TextMessageEntityConnection
link GraphQL Schema definition
- type TextMessageEntityConnection {
- # Pagination data for this connection.
- : PageInfo!
- # Contains the nodes in this connection.
- : [TextMessageEntityEdge]!
- # Total number of items in the connection.
- : Int
- }