Created
February 6, 2018 02:49
-
-
Save mfurlend/4e60d52276dbef33488dd6adb3cc90ad to your computer and use it in GitHub Desktop.
#google #datastore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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