#[Solved]Property 'and' does not exist on type 'typeof Query'.
1 messages · Page 1 of 1 (latest)
Make sure you have the latest sdk (14.x), see this as Query already supports and - https://appwrite.io/docs/products/databases/queries
1 messages · Page 1 of 1 (latest)
const query = Query.where([
Query.equal("userId", userId),
Query.equal("postId",postId)
]) I want to perform And operation on the query how to do it?
Make sure you have the latest sdk (14.x), see this as Query already supports and - https://appwrite.io/docs/products/databases/queries