StevanS
Convex Community3y ago
7 replies
Stevan

Select or Project Method

Does convex have any built in for doing some sort of select statement or project method when querying?

I see how I can make a query, collect the documents, and return them after mapping over the documents.

But that doesn't really work if you want to use a paginated query. It seems like in this case you'd have to implement your own pagination in the query.
Was this page helpful?