Query.select is not present in index.d.ts file.
Im using typescript with node 18 sdk (v 8.2.0)
TL;DR
Solution:
Update to self-hosted v1.3.1 and node 18 SDK (v8.2.0) to resolve the issue with Query.select not being present in index.d.ts file. Additionally, make sure the appwrite_version is at least 1.3.0.
Binyamin
2 May, 2023, 17:26
You'll need to upgrade to version 9.0.0
Binyamin
2 May, 2023, 17:27
Also, This would work only with self-hosted when appwrite_version >= 1.3.0.
nev-21
2 May, 2023, 17:29
thanks, yeah I'm using self-hosted v 1.3.1
I will update to node 18 sdk