QueryConnectionsRequest is the request type for the Query/Connections RPC method

interface QueryConnectionsRequest {
    pagination?: PageRequest;
}

Properties

Properties

pagination?: PageRequest