Skip to content

Instantly share code, notes, and snippets.

@einav7
Last active May 11, 2021 08:16
Show Gist options
  • Save einav7/5805be392cca119e106d76b844eef8ac to your computer and use it in GitHub Desktop.
Save einav7/5805be392cca119e106d76b844eef8ac to your computer and use it in GitHub Desktop.
import wixData from 'wix-data';
$w.onReady(async function () {
// Write your JavaScript here
const count = await wixData.query('Bookings/Services').eq('serviceName','Swim').count();
console.log(count);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment