OBJECT
ActivityTimelineResult
link GraphQL Schema definition
- type ActivityTimelineResult {
- : [ActivityResult!]!
- : String!
- : [FileAccessResult!]!
- }
link Require by
- ActivityTimelineResultConnectionPaginated list of ActivityTimelineResult objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ActivityTimelineResultEdgeWrapper around the ActivityTimelineResult object. This wrapper is used for pagination.