sp85
CCConvex Community
•Created by sp85 on 3/7/2023 in #general
Debounce action from mutation
ahh that pattern should work, thanks!
4 replies
CCConvex Community
•Created by allen on 3/2/2023 in #general
Also when querying a table is it
+1 for the above ^
9 replies
CCConvex Community
•Created by sp85 on 2/23/2023 in #general
Coming from tRPC land I want to set up
A call would be preferable, thanks
22 replies
CCConvex Community
•Created by sp85 on 2/23/2023 in #general
Coming from tRPC land I want to set up
I got
mutationWithSession
from https://github.com/get-convex/convex-helpers/blob/main/convex/sessions.ts . Not sure if that's the cause though, testing with a regular mutation with a document return type yields the same result.22 replies
CCConvex Community
•Created by sp85 on 2/23/2023 in #general
Coming from tRPC land I want to set up
Yup!
22 replies
CCConvex Community
•Created by sp85 on 2/23/2023 in #general
Coming from tRPC land I want to set up
I'm also using VSCode, using VSCode's TS version of 4.9.5, and am running convex in a NextJS app. I can try putting together a reproduction if there are no alternatives
22 replies
CCConvex Community
•Created by sp85 on 2/23/2023 in #general
Coming from tRPC land I want to set up
No luck with either of those unfortunately.
22 replies
CCConvex Community
•Created by sp85 on 2/23/2023 in #general
Coming from tRPC land I want to set up
That also works for me for simple return types (number, string, etc.). But not when I try and return a document (from the "projects" collection in my case). Is this expected?
22 replies
CCConvex Community
•Created by sp85 on 2/21/2023 in #general
typescript circular reference error
that did the trick! thanks!
3 replies