Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Created September 29, 2020 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alyssoncm/a9371299ac144341a608450af66e102e to your computer and use it in GitHub Desktop.
Save alyssoncm/a9371299ac144341a608450af66e102e to your computer and use it in GitHub Desktop.
const query = new Parse.Query('Todo');
query.notEqualTo('isClosed', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment