OBJECT

MessageConnection

The connection type for Message.

link GraphQL Schema definition

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