OBJECT
Wrapper around the Activity object. This wrapper is used for pagination.
type ActivityEdge {# String used to identify this edge.cursor: String! # The actual Activity object wrapped by this edge.node: Activity! }