OBJECT

MessageEdge

The edge type for Message.

link GraphQL Schema definition

  • type MessageEdge {
  • # The item at the end of Edge.
  • node: Message!
  • # A cursor for use in pagination. Generated by Base64 encoding the message's
  • # createdAt value.
  • cursor: String!
  • }