Suven-p

Results 22 comments of Suven-p

Modifying your example slightly https://tsplay.dev/wXr2Dm provides autocomplete and type validation for attribute parameter. However, I cant think of a way of enforce type of value parameter. ![Screenshot from 2023-05-11 01-07-48](https://github.com/appwrite/sdk-generator/assets/47393058/b50dee44-f250-4f82-b9ed-beebee43b93c)

I think it might not be possible to skip the type when creating a query with list documents, at least not with the current implementation. This is because: 1. Any...