Type Alias: QueryParams
QueryParams:
object
Defined in: web/lib/api/generated/types/pub/chive/collection/getFollowedFeed.ts:19
Type declaration
cursor?
optionalcursor:string
Pagination cursor
limit?
optionallimit:number
Maximum events to return
scope?
optionalscope:"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?
optionaltypes:string[]
Restrict the feed to these event types. Omit for all types.