Skip to main content

Type Alias: QueryParams

QueryParams: object

Defined in: web/lib/api/generated/types/pub/chive/discovery/getRecommendations.ts:19

Type declaration

cursor?

optional cursor: string

Pagination cursor

limit?

optional limit: number

Maximum number of recommendations

signals?

optional signals: "fields" | "citations" | "collaborators" | "trending" | "graph" | string & object[]

Signal types to include. 'graph' adds co-citation and PageRank-based recommendations.