Activities
A paginated list of activities.
Activities(
first: Int
after: String
last: Int
before: String
feed: FeedType = TEAM_MEMBER
): ActivityConnection!
Arguments
Activities.first ● Int scalar
Returns the first n elements from the list.
Activities.after ● String scalar
Returns the elements in the list that come after the specified cursor.
Activities.last ● Int scalar
Returns the last n elements from the list.
Activities.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Activities.feed ● FeedType enum
Which feed you would like to read
Type
ActivityConnection object
The connection type for Activity.