Last active
January 14, 2019 03:01
-
-
Save xiaoyawei/36237a7e2b7c739d513fd09167855aa0 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"nodeQuery": {"nodeType": "CITY","filters": [{"name": "name", "values": ["Beijing"]}]}, | |
"neighborFilter": { | |
"edgeType": "CONTAINS_LOCATION", | |
"dataFilters": [ | |
{"path": "metadata.listingCount", "type": "GREATER_THAN", "value": "5000"}, | |
{"path": "category", "type": "EQUALS", "value": "scenic"} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment