Skip to main content

Type Alias: QueryParams

QueryParams: object

Defined in: web/lib/api/generated/types/pub/chive/collection/getFollowedFeed.ts:19

Type declaration​

cursor?​

optional cursor: string

Pagination cursor

limit?​

optional limit: number

Maximum events to return

scope?​

optional scope: "subscriptions" | "mine" | "followed" | "all" | string & object

Which collections to draw from. subscriptions: only those created by following an author. mine: every collection you own. followed: collections others own that you follow. all: both.

types?​

optional types: string[]

Restrict the feed to these event types. Omit for all types.