Overview
Returns a function that fetches the paginated list of connection requests the current authenticated user has sent that have not yet been accepted or declined.Usage Example
Parameters
The hook returns a function. That function accepts:Page number to fetch. Defaults to
1.Number of results per page. Defaults to
20.Returns
Returns aPaginatedResponse containing pending connection entries:
Array of pending connection entries.
Pagination metadata including
page, pageSize, totalPages, totalItems, and hasMore.Related
- useFetchReceivedPendingConnections — incoming requests
- useRemoveConnection — withdraw a sent request

