Skip to content

Instantly share code, notes, and snippets.

@xiaoyawei
Last active January 14, 2019 03:01
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 xiaoyawei/36237a7e2b7c739d513fd09167855aa0 to your computer and use it in GitHub Desktop.
Save xiaoyawei/36237a7e2b7c739d513fd09167855aa0 to your computer and use it in GitHub Desktop.
{
"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