OBJECT

ActivityEntityEdge

A Relay edge containing a ActivityEntity and its cursor.

link GraphQL Schema definition

  • type ActivityEntityEdge {
  • # The item at the end of the edge
  • node: ActivityEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }