cdaActivityEvents
Fetch paginated CDA activity events collection
Arguments
Returns
CdaActivityEventPaginationConnection Example
query cdaActivityEvents( $after: String $before: String $first: Int $last: Int) { cdaActivityEvents( after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}