Playforce Query

What this tool is

Playforce Query is a Complementary (free) lightweight SOQL query tool focused on fast iteration and editing.

It’s written in Node.js and distributed as source:

  • • Clone the repo
  • • Run it locally in your Node environment
  • • No Salesforce CLI required

You’ll need an External Client App configured in Salesforce.

Both OAuth 2.0 Web Server Flow (Authorization Code) and Client Credentials are supported.

After that, everything is pretty intuitive and covers ~99% of the SOQL work needed for analysis, debugging, and assisting automation development.


A better SOQL editing experience

Key features:

  • • Switch seamlessly between SObject REST & SOQL content
  • • Work with multiple queries at a time
  • • Edit with dynamic and reference aware autocomplete
  • • Execute items quickly (just press Ctrl-E on the required row)
  • • Multiple Salesforce environments supported
  • • Sort, filter, and export results
  • • Click an ID to view Object JSON or open directly in Salesforce
  • • Secure authentication via Salesforce OAuth 2.0 Web Server Flow (Authorization Code Flow)
  • No Salesforce CLI, VS Code or Browser Extensions required!


Who this is for

You’ll probably find this useful if you:

  • • Write SOQL regularly
  • • Want quick data extraction for analysis
  • • Work with tests, scripts, or automation
  • • Want less friction when shaping queries
  • • Don’t want or need the complexity of VS Code or the Salesforce CLI

Try it

👉 https://github.com/getplayforce/playforce-query

No signup. No login. Just clone it and use it:

git clone https://github.com/getplayforce/playforce-query.git
cd playforce-query
npm i
npm run start