OBJECT

SparkyConversationEdge

An edge in a connection.

link GraphQL Schema definition

  • type SparkyConversationEdge {
  • # The item at the end of the edge.
  • node: SparkyConversation
  • # A cursor for use in pagination.
  • cursor: Cursor!
  • }