ActivityEdge
A Relay edge containing a Activity and its cursor.
type ActivityEdge {
cursor: String!
node: ActivityNode
}
Fields
ActivityEdge.cursor ● String! non-null scalar
A cursor for use in pagination
ActivityEdge.node ● ActivityNode object
The item at the end of the edge
Member Of
ActivityConnection object