OBJECT

ActivityEdge

Description

Wrapper around the Activity object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type ActivityEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual Activity object wrapped by this edge.
  • node: Activity!
  • }