NewsActivityEdge
An edge in a connection.
type NewsActivityEdge {
cursor: String!
node: NewsActivity
}
Fields
NewsActivityEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
NewsActivityEdge.node ● NewsActivity object
The item at the end of the edge.
Member of
NewsActivityConnection object