I see in console there is query builder to query data, collection, I would to archive something the same for nextjs , any library or how does it connect to the appwrite sdk . thanks
Uhh the SDK has all the query methods. See https://appwrite.io/docs/queries
What more are you looking for?
Looking for some sample built as it will be multiple conditions joint
It's just passing an array of stuff...you should have auto complete in your IDE too
okay will have a try.
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...