Other types

Timeline items page

The TimelineItemsPage type is used as a field on timeline queries. It returns a paginated set of timeline items. It also utilizes cursor-based pagination to return the remaining pages of items.

Arguments

ArgumentDescription
cursor StringThe cursor for the next set of timeline items to return.
limit IntThe number of timeline items to get. The default is 25.

Fields

FieldDescriptionSupported fields
cursor StringAn opaque token representing the position in a set of results to fetch timeline items from. Use this to paginate through large result sets.
timeline_items [TimelineItem!]!The timeline items in the current page.board Board content String created_at Date! custom_activity_id String id ID item Item title String type String user User