Stathis
DTDrizzle Team
•Created by titongo on 11/9/2023 in #help
need help abstracting a function
@Aaron sorry for bumping you again, how to do you type function parameters? eg. I want to pass the result to a function:
No matter what I tried I could not type the
with
, in this case post.post_images
12 replies
DTDrizzle Team
•Created by Stathis on 3/1/2024 in #help
Seems like the schema generic is missing - did you forget to add it to your DB type?
Nice catch, totally missed it 🤦♂️
6 replies
DTDrizzle Team
•Created by titongo on 11/9/2023 in #help
need help abstracting a function
@Aaron did you managed to type the response incluiding the relations? Really struggling with this now...
12 replies
DTDrizzle Team
•Created by Stathis on 3/1/2024 in #help
Seems like the schema generic is missing - did you forget to add it to your DB type?
found the issue:
it seems it cannot infer types due to the ternary operator. Is there a way around it?
6 replies
DTDrizzle Team
•Created by Stathis on 3/1/2024 in #help
Seems like the schema generic is missing - did you forget to add it to your DB type?
throws:
6 replies
DTDrizzle Team
•Created by Stathis on 3/1/2024 in #help
Seems like the schema generic is missing - did you forget to add it to your DB type?
schemas:
When trying to:
6 replies