OBJECT
ActivityFeedConnection
The connection type for ActivityFeedItem.
link GraphQL Schema definition
- type ActivityFeedConnection {
- # A list of edges.
- : [ActivityFeedItemEdge]
- # A list of nodes.
- : [ActivityFeedItem]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- # Total # of pages, based on total count and pagesize
- : Int!
- }