let data = await database.listDocuments(databaseId, audioCollectionId, [Query.equal("audio_file_id", ""), ]);
Since the Query.isNull or Query.isNotNull not available in current node sdk in appwrite. Then how can I fetch those data have empty or null value in specific attribute
TL;DR
The user is asking for help on how to check for null values in a Node.js server-side code. They mention that `Query.isNull` or `Query.isNotNull` is not available in the current Node SDK for Appwrite. A solution is not provided in the thread.