OBJECT

ActivityRelationEntityEdge

A Relay edge containing a ActivityRelationEntity and its cursor.

link GraphQL Schema definition

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