Query.select is not present in index.d.ts file. Im using typescript with node 18 sdk (v 8.2.0)
You'll need to upgrade to version 9.0.0
Also, This would work only with self-hosted when appwrite_version >= 1.3.0.
thanks, yeah I'm using self-hosted v 1.3.1 I will update to node 18 sdk
It works
[SOLVED] node 18 - Query.select
Recommended threads
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...
- How to use TS for creating appwrite func...
I was making a few appwrite functions but on doing the appwrite init setup process i always got main.js. Is there any way i can use TS?
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...