external_services: add pagination options for List method
Created by: unknwon
Adds pagination option AfterID
as the opaque cursor for listing external services, and enriched the response data of PageInfo
for ExternalServiceConnection
.
Added unit tests and tested end-to-end.
Part of #12822 (closed).