OBJECT

ConversationConnection

The connection type for Conversation.

link GraphQL Schema definition

  • type ConversationConnection {
  • # A list of edges.
  • edges: [ConversationEdge!]!
  • # A list of nodes.
  • nodes: [Conversation!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • total: Long!
  • }