NewsActivities
A paginated list of news activities.
NewsActivities(
first: Int
after: String
last: Int
before: String
): NewsActivityConnection!
Arguments
NewsActivities.first ● Int scalar
Returns the first n elements from the list.
NewsActivities.after ● String scalar
Returns the elements in the list that come after the specified cursor.
NewsActivities.last ● Int scalar
Returns the last n elements from the list.
NewsActivities.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Type
NewsActivityConnection object
The connection type for NewsActivity.