Skip to content

Instantly share code, notes, and snippets.

@mfurlend
Created February 6, 2018 02:49
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 mfurlend/4e60d52276dbef33488dd6adb3cc90ad to your computer and use it in GitHub Desktop.
Save mfurlend/4e60d52276dbef33488dd6adb3cc90ad to your computer and use it in GitHub Desktop.
#google #datastore
const query = datastore
.createQuery('Task')
.filter('done', '=', false)
.filter('priority', '=', 4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment