룬룬이
룬룬이
CCConvex Community
Created by Hmza on 9/11/2024 in #general
yeahh i might know the problem. lets see
Hi @Hmza I was looking at your code because I'm trying to do something similar in my own code (i.e. building a query based on the args) but I'm running into TS errors
Type 'OrderedQuery<{ document: { _id: Id<"threads">; _creationTime: number; userId?: Id<"users"> | undefined; updatedAt?: number | undefined; pinnedAt?: number | undefined; pinId?: Id<"pins"> | undefined; ... 5 more ...; commentsCount: number; }; fieldPaths: ExtractFieldPaths<...> | "_id"; indexes: { ...; }; searchIndexes...' is missing the following properties from type 'QueryInitializer<{ document: { _id: Id<"threads">; _creationTime: number; userId?: Id<"users"> | undefined; updatedAt?: number | undefined; pinnedAt?: number | undefined; pinId?: Id<"pins"> | undefined; ... 5 more ...; commentsCount: number; }; fieldPaths: ExtractFieldPaths<...> | "_id"; indexes: { ...; }; searchInd...': fullTableScan, withIndex, withSearchIndex, orderts(2739)
Type 'OrderedQuery<{ document: { _id: Id<"threads">; _creationTime: number; userId?: Id<"users"> | undefined; updatedAt?: number | undefined; pinnedAt?: number | undefined; pinId?: Id<"pins"> | undefined; ... 5 more ...; commentsCount: number; }; fieldPaths: ExtractFieldPaths<...> | "_id"; indexes: { ...; }; searchIndexes...' is missing the following properties from type 'QueryInitializer<{ document: { _id: Id<"threads">; _creationTime: number; userId?: Id<"users"> | undefined; updatedAt?: number | undefined; pinnedAt?: number | undefined; pinId?: Id<"pins"> | undefined; ... 5 more ...; commentsCount: number; }; fieldPaths: ExtractFieldPaths<...> | "_id"; indexes: { ...; }; searchInd...': fullTableScan, withIndex, withSearchIndex, orderts(2739)
How would I type the queryBuilder to make sure the intermediary OrderedQuery and QueryInitializer types are accounted for?
36 replies
CCConvex Community
Created by 룬룬이 on 9/5/2024 in #support-community
Use cases for using Tanstack Query and Convex together?
thank you so much! This is makes things crystal clear
21 replies
CCConvex Community
Created by 룬룬이 on 9/5/2024 in #support-community
Use cases for using Tanstack Query and Convex together?
Thanks Jamie! this is helpful. Would you mind elaborating a bit more about subscription caching? What does tanstack offer on top of convex in that regard?
21 replies