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