Packages › trotsky › StepActorFollowings › queryParams
StepActorFollowings.queryParams() method
Generates query parameters for retrieving followings, including the optional cursor.
Signature:
typescript
queryParams(cursor: StepActorFollowingsQueryParamsCursor): StepActorFollowingsQueryParams;
Parameters
Parameter | Type | Description |
---|---|---|
cursor | The cursor for paginated queries. |
Returns:
StepActorFollowingsQueryParams
The query parameters for retrieving followings.
Exceptions
Error if no context is found.